http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084
--- Comment #19 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
