mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
POS Invoice fix
This commit is contained in:
0
erpnext/patches/mar_2012/__init__.py
Normal file
0
erpnext/patches/mar_2012/__init__.py
Normal file
5
erpnext/patches/mar_2012/pos_invoice_fix.py
Normal file
5
erpnext/patches/mar_2012/pos_invoice_fix.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
webnotes.conn.sql("DELETE FROM `tabDocFormat` WHERE format='POS Invoice'")
|
||||||
|
from webnotes.modules.modules_manager import reload_doc
|
||||||
|
reload_doc('accounts', 'Print Format', 'POS Invoice')
|
||||||
Reference in New Issue
Block a user