Bug 19296: Allow all tax processing to happen in C4::Acquisition::populate_order_with...
authorNick Clemens <nick@bywatersolutions.com>
Tue, 12 Sep 2017 16:57:47 +0000 (16:57 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Oct 2017 14:21:25 +0000 (11:21 -0300)
commitd8b89eead0c7576a295679b3ef3bb90e7dec8283
treeb30695743f001630b88ddf7cb04d50a65e423f3f
parente772277a8aa7402f537ddb3c0886fb9dc3ce2d91
Bug 19296: Allow all tax processing to happen in C4::Acquisition::populate_order_with_prices

To test:
 1 - Create an order file that includes prices and items
(MarcFieldsToOrder)
 2 - Stage the file
 3 - Set vendor to 'prices exclude tax'
 4 - Open a basket and add from the file
 5 - View the items in the basket
 6 - Prices are reduced by the tax rate and tax is calculated to return
prices to the value in the file
 7 - Apply patch
 8 - Repeat steps 1-6
 9 - Prices should now calculate correctly
10 - Repeat with 'MarcItemFieldsToOrder'

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
acqui/addorderiso2709.pl