Bug 13324: The fund values should be based on tax included values
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 18 Nov 2014 16:07:45 +0000 (17:07 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 13:46:21 +0000 (13:46 +0000)
commitd653e02d32974cda16f7b83a4d7b2f112e526812
tree812d835fa9bcabfa628849e01c9a1b2b4e34b828
parentd8da77bd8b57c1957bffe81df5679c096236e104
Bug 13324: The fund values should be based on tax included values

Now we have a column in DB to easily retrieve the tax included values.
So the sum must be done this the _tax_included DB field and not on the
"old" field.
The old field can be tax excluded or tax included depending the supplier
configuration.

Test plan:
Verify that the values in the acqui home and budgets page are the tax
included values.

Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Francois Charbonnier <francois.charbonnier@inlibro.com>
Signed-off-by: Sonia Bouis <sonia.bouis@univ-lyon3.fr>
Signed-off-by: Sonia Bouis <koha@univ-lyon3.fr>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Budgets.pm