fix in remove euro currency patch
This commit is contained in:
parent
27437742c4
commit
2afe974a5b
@ -13,4 +13,5 @@ def execute():
|
|||||||
webnotes.conn.sql("""\
|
webnotes.conn.sql("""\
|
||||||
update `%s` set `%s`='EUR'
|
update `%s` set `%s`='EUR'
|
||||||
where `%s`='EURO'""" % (tab, field, field))
|
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'")
|
webnotes.conn.sql("delete from `tabCurrency` where name='EURO'")
|
Loading…
x
Reference in New Issue
Block a user