[fix] [minor] removed pos view check patch

This commit is contained in:
Anand Doshi
2013-09-05 17:11:52 +05:30
parent 9328233eb3
commit f6e62c94ff
2 changed files with 1 additions and 12 deletions

View File

@@ -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()