mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[fix] [patch] fixed paid_amount & patch for default pos view check in features setup
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user