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

Josef Moravec <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #16 from Josef Moravec <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to