mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 15:09:47 +00:00
rename Is Online field to Use POS in Offline Mode in pos settings
This commit is contained in:
@@ -8,5 +8,5 @@ def execute():
|
||||
frappe.reload_doc('accounts', 'doctype', 'pos_settings')
|
||||
|
||||
doc = frappe.get_doc('POS Settings')
|
||||
doc.is_online = 0
|
||||
doc.use_pos_in_offline_mode = 1
|
||||
doc.save()
|
||||
Reference in New Issue
Block a user