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

View File

@ -154,4 +154,5 @@ patch_list = [
"patches.january_2013.update_number_format",
"patches.january_2013.purchase_price_list",
"execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')",
"patches.january_2013.update_fraction_for_usd",
]