2014-01-29 17:40:34 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
|
|
|
# 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')
|