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