mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
moved directory structure
This commit is contained in:
4
patches/jan_mar_2012/remove_series_defval.py
Normal file
4
patches/jan_mar_2012/remove_series_defval.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("update `tabDocField` set `default`='' where parent = 'Sales Invoice' and fieldname = 'naming_series' and `default` = 'INV'")
|
||||
Reference in New Issue
Block a user