mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
POS Invoice fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("DELETE FROM `tabDocFormat` WHERE format='POS Invoice'")
|
||||
from webnotes.modules.modules_manager import reload_doc
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('accounts', 'Print Format', 'POS Invoice')
|
||||
|
||||
Reference in New Issue
Block a user