Topic: FA 2.4.9 Purchase Order pdf printout won't work.

I have installed the new version of FA, I encountered some problems in the Purchase Order pdf printout. I cannot print the new entry of the Purchase Order.

Re: FA 2.4.9 Purchase Order pdf printout won't work.

This problem occurs because duplication of function get_po() defined in po_db.inc and rep209.php.
@joe, can replace funtion get_po in po_db.inc by the one in rep209

Phuong

Re: FA 2.4.9 Purchase Order pdf printout won't work.

Sure, you are right. This happened when another bug was fixed. Fixed inside the rep209.php.

A fixed file can be downloaded here and replaced in /reporting/rep209.php.

Joe

Re: FA 2.4.9 Purchase Order pdf printout won't work.

Yes. This error was introduced in this 2020-11-28 commit.

A whole list of functions used in FA can be extracted from the webroot core folder with:

grep -R "function " core > FAFunctionList.txt

and remove all commented lines (and their multiline continuities) and normalise the tabs between the file name: and the function word besides removing sql and class elements and __construct().

Post's attachments

FAFunctionsList.txt 260.2 kb, 6 downloads since 2020-12-17 

You don't have the permssions to download the attachments of this post.

Re: FA 2.4.9 Purchase Order pdf printout won't work.

joe wrote:

Sure, you are right. This happened when another bug was fixed. Fixed inside the rep209.php.

A fixed file can be downloaded here and replaced in /reporting/rep209.php.

Joe

Thank you, sir

Re: FA 2.4.9 Purchase Order pdf printout won't work.

Thank you all, working now.