Topic: rel 2.3.8, print customer credit note bug
Dear Joe,
please note that there is a typo error in rep113.php file, causing report 113 to print all credit notes in the system, disregarding user selection.
in line 52-53 of rep113.php, replace $fto to $tno as below.
instead of
$from = min($fno[0], $fto[0]);
$to = max($fno[0], $fto[0]);
replace
$from = min($fno[0], $tno[0]);
$to = max($fno[0], $tno[0]);
Regards,
S