[Koha-bugs] [Bug 15084] Move the currency related code to Koha::Acquisition::Currenc[y|ies]

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 17 12:00:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084

--- Comment #19 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Josef Moravec from comment #16)
> Jonathan, there is a typo in atomic update sql file, 
> 
> update table aqorders set currency=NULL where currency="";
> 
> should be
> 
> update aqorders set currency=NULL where currency="";

Thanks for the catch!

> On the currency management page I can't see if the currency is archived
> (although the column in table is here)
> 
> On editing previous order, I can see the right price, but in currency select
> dropdown there is current active currency selected.

This is because the Schema file (
Koha/Schema/Result/Currency.pm) was not updated.
When you test a patch modifying the DB structure, make sure the schema is
updated too (using misc/devel/update_dbix_class_files.pl).
I have added the schema change in the last patch.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list