[fix] [minor] removed pos view check patch
This commit is contained in:
parent
9328233eb3
commit
f6e62c94ff
@ -261,6 +261,6 @@ patch_list = [
|
||||
"execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2013-09-02",
|
||||
"patches.september_2013.p01_fix_buying_amount_gl_entries",
|
||||
"patches.september_2013.p01_update_communication",
|
||||
"patches.september_2013.p02_make_pos_view_checked_in_features_setup",
|
||||
"execute:webnotes.reload_doc('setup', 'doctype', 'features_setup') # 2013-09-05",
|
||||
"patches.september_2013.p02_fix_serial_no_status",
|
||||
]
|
@ -1,11 +0,0 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("setup", "doctype", "features_setup")
|
||||
fs = webnotes.bean("Features Setup")
|
||||
fs.doc.fs_pos_view = 1
|
||||
fs.save()
|
Loading…
x
Reference in New Issue
Block a user