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]'""")
|