brotherton-erpnext/patches/mar_2012/pos_invoice_fix.py

5 lines
151 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-03-20 12:11:38 +05:30
def execute():
2012-04-02 14:06:46 +05:30
from webnotes.modules import reload_doc
2012-03-20 12:11:38 +05:30
reload_doc('accounts', 'Print Format', 'POS Invoice')