10 Oct
2018
10 Oct
'18
8:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736 --- Comment #126 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #125)
One area did not have attention yet:
C4/Budgets.pm needs similar adjustments: Look at e.g. SUM( COALESCE(unitprice_tax_included, ecost_tax_included) * quantity ) AS budget_spent or SUM(ecost_tax_included * quantity) AS budget_ordered
With the pref to nearest cent, the total ordered drops one cent, while it should drop three cent (using your example where 78,83 becomes 78,80).
Can you point out some line numbers? I don't think I see where you are takling about? -- You are receiving this mail because: You are watching all bug changes.