2015-03-03 09:25:30 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2014-01-29 12:10:34 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
|
|
from __future__ import unicode_literals
|
2014-02-14 10:17:51 +00:00
|
|
|
import frappe
|
2014-01-29 12:10:34 +00:00
|
|
|
|
|
|
|
def execute():
|
2014-02-14 10:17:51 +00:00
|
|
|
frappe.reload_doc('accounts', 'Print Format', 'POS Invoice')
|