https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179
--- Comment #54 from AgustÃn Moyano <[email protected]> --- Hi Andrew, first thanks for testing! (In reply to Andrew Fuerste-Henry from comment #49) > The list of items to be received hangs at Processing if any of your > items/orders do not include a replacement price. This one I could not reproduce.. I used the value 0, no value and even a blank space, but it worked for me.. could you give more detail about your test case? > Price math is inconsistent between receiving versions. I created an order > using the sample data for My Vendor. The order shows: > Quantity=1 > Vendor price=3.00 > Tax rate= 19.65 > Discount= 0.1% > > The vendor shows: > List item price includes tax: No > Invoice item price includes tax: No > Discount: 10.0 % > Tax rate: 19.65 % > > If I click the old Receive button, orderreceive.pl shows: > retail price: 3 > replacement price: 3 > budgeted cost: 2.70 > actual cost: 2.70 > > If I select this order along with other and click Receive Selected, the > receiving modal shows: > retail price: 3.59 > replacement price: 3 > budgeted cost: 3.23 > actual cost: 3.23055 This one was a bad check on the flag that determined if tax was included or not in prices, and always used tax included prices. Thanks for pointing this out. Could you please try once more and tell me about the first bug? Thanks! -- 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/
