fixed patch

This commit is contained in:
Nabin Hait 2011-11-17 16:59:29 +05:30
parent 92ec8d26eb
commit bc60c1f29c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('stock', 'doctype', 'landed_cost_wizard')
reload_doc('stock', 'doctype', 'lc_pr_detail')

View File

@ -4,6 +4,6 @@ def execute():
from webnotes.model import delete_doc
delete_doc('DocType', 'Landed Cost Wizard')
delete_doc('DocType', 'Landed Cost Wizard')
delete_doc('DocType', 'LC PR Detail')
reload_doc('stock', 'doctype', 'landed_cost_wizard')
reload_doc('stock', 'doctype', 'lc_pr_detail')