2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-06-07 19:09:17 +05:30
|
|
|
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()
|