2013-08-05 09:29:54 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-07-19 08:10:31 +00:00
|
|
|
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')
|