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 06:41:38 +00:00
def execute():
2012-04-02 08:36:46 +00:00
from webnotes.modules import reload_doc
2012-03-20 06:41:38 +00:00
reload_doc('accounts', 'Print Format', 'POS Invoice')