fix in remove euro currency patch

This commit is contained in:
Anand Doshi 2012-05-29 10:58:28 +05:30
parent 27437742c4
commit 2afe974a5b

View File

@ -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'")