mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +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]'""") |