Bug 18110: Update addressFormat in atomicupdate

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Baptiste Wojtkowski 2017-04-03 13:40:44 +00:00 committed by Kyle M Hall
parent 4ed61b56f5
commit 892527495a

View file

@ -0,0 +1 @@
UPDATE systempreferences SET value='us', options = 'us | de | fr' WHERE variable = 'AddressFormat';