updated fraction for USD
This commit is contained in:
parent
5b4c294b40
commit
f0881a9e92
3
patches/january_2013/update_fraction_for_usd.py
Normal file
3
patches/january_2013/update_fraction_for_usd.py
Normal file
@ -0,0 +1,3 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""update `tabCurrency` set fraction = 'Cent' where fraction = 'Cent[D]'""")
|
@ -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",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user