brotherton-erpnext/patches/january_2013/update_fraction_for_usd.py
2013-01-22 11:21:55 +05:30

3 lines
127 B
Python

def execute():
import webnotes
webnotes.conn.sql("""update `tabCurrency` set fraction = 'Cent' where fraction = 'Cent[D]'""")