]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 25 Oct 2017 07:54:27 +0000 (09:54 +0200)
commit71eeb5054c0fac6a6e4d94d185f972bfb3120c52
tree3663ba46721dd2a2b154566b202211e1e9652793
parent1a2e52f494918cb8ad4a529ed9d099281501f179
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>
(cherry picked from commit d8b89eead0c7576a295679b3ef3bb90e7dec8283)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
acqui/addorderiso2709.pl