POS Invoice fix
This commit is contained in:
parent
4f5e92a06c
commit
6ba51ca693
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user