mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
moved directory structure
This commit is contained in:
8
patches/june_2012/barcode_in_feature_setup.py
Normal file
8
patches/june_2012/barcode_in_feature_setup.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model.code import get_obj
|
||||
fs = get_obj('Features Setup')
|
||||
fs.doc.fs_item_barcode = 0
|
||||
fs.doc.save()
|
||||
fs.validate()
|
||||
Reference in New Issue
Block a user