updated fraction for USD

This commit is contained in:
Nabin Hait
2013-01-22 11:21:55 +05:30
parent 5b4c294b40
commit f0881a9e92
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("""update `tabCurrency` set fraction = 'Cent' where fraction = 'Cent[D]'""")