Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
5df62ad318
@ -13,4 +13,5 @@ def execute():
|
||||
webnotes.conn.sql("""\
|
||||
update `%s` set `%s`='EUR'
|
||||
where `%s`='EURO'""" % (tab, field, field))
|
||||
webnotes.conn.sql("update `tabSingles` set value='EUR' where value='EURO'")
|
||||
webnotes.conn.sql("delete from `tabCurrency` where name='EURO'")
|
Loading…
x
Reference in New Issue
Block a user