[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
Wed Dec 16 14:21:58 CET 2015


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josef.moravec at gmail.com

--- Comment #16 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list