mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +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]'""")
|
||||
Reference in New Issue
Block a user