https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Nick Clemens <[email protected]> --- (In reply to Alex Buckley from comment #1) > Created attachment 122380 [details] [review] > Bug 28627: Fallback to displaying ecost_tax_included, ecost_tax_excluded in > orderreceive.pl I think the logic here is was backward IF (order.unitprice_tax_included == 0.00000) THEN order.unitprice_tax_included ELSE order.ecost_tax_included I submitted an alternate -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
