brotherton-erpnext/patches/mar_2012/pos_invoice_fix.py

8 lines
265 B
Python
Raw Normal View History

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# License: GNU General Public License v3. See license.txt
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')