feat: provision to select the custom fields in the online POS

This commit is contained in:
Rohit Waghchaure
2019-12-09 17:51:32 +05:30
parent 690068142b
commit 682273a00b
10 changed files with 314 additions and 163 deletions

View File

@@ -5,6 +5,7 @@ from __future__ import unicode_literals
import frappe
def execute():
frappe.reload_doc('accounts', 'doctype', 'pos_field')
frappe.reload_doc('accounts', 'doctype', 'pos_settings')
doc = frappe.get_doc('POS Settings')