[fix] [patch] fixed paid_amount & patch for default pos view check in features setup

This commit is contained in:
Akhilesh Darjee
2013-09-05 12:59:33 +05:30
parent 734b2aab5c
commit 38e8f989fa
5 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# 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()