POS Invoice fix
This commit is contained in:
parent
3401086d66
commit
547ce9f9c8
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')
|
Loading…
x
Reference in New Issue
Block a user