mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
updated fraction for USD
This commit is contained in:
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",
|
||||
]
|
||||
Reference in New Issue
Block a user