http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com --- Comment #16 from Josef Moravec <josef.moravec@gmail.com> --- 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=""; So id did the database update manually. y 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. Everything else works as expected. -- You are receiving this mail because: You are watching all bug changes.