mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
3 lines
127 B
Python
3 lines
127 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""update `tabCurrency` set fraction = 'Cent' where fraction = 'Cent[D]'""") |