https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25655
--- Comment #41 from Katrin Fischer <[email protected]> --- (In reply to Katrin Fischer from comment #40) > As this patch adds the column invoice_currency I don't think the last patch > with the database update is required :) Thinking a bit more about this and correcting myself: The new database update updates the old order lines, setting: * invoice_currency to active currency code * invoice_unitprice to unitprice This is not wrong, it will not affect any calculations and if you run reports, you'll always get results. Only thing maybe is that we don't know if they were actually paid in active currency... as we just didn't store this information before. So if you are running reports on how many invoices you have in foreign currencies etc. it could create a false impression. -- 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/
