From 6ba51ca693b8af27d533ba78841d2385e9a28227 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 20 Mar 2012 12:24:51 +0530 Subject: [PATCH] POS Invoice fix --- erpnext/patches/mar_2012/pos_invoice_fix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/mar_2012/pos_invoice_fix.py b/erpnext/patches/mar_2012/pos_invoice_fix.py index 9905f00617..77ebcb4e4c 100644 --- a/erpnext/patches/mar_2012/pos_invoice_fix.py +++ b/erpnext/patches/mar_2012/pos_invoice_fix.py @@ -1,5 +1,5 @@ def execute(): import webnotes webnotes.conn.sql("DELETE FROM `tabDocFormat` WHERE format='POS Invoice'") - from webnotes.modules.modules_manager import reload_doc + from webnotes.modules.module_manager import reload_doc reload_doc('accounts', 'Print Format', 'POS Invoice')