8 lines
265 B
Python
8 lines
265 B
Python
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
from __future__ import unicode_literals
|
|
def execute():
|
|
from webnotes.modules import reload_doc
|
|
reload_doc('accounts', 'Print Format', 'POS Invoice')
|