reload pr-po mapper patch'

This commit is contained in:
Nabin Hait 2012-07-02 11:24:37 +05:30
parent 5a376f0cdb
commit 6751261589
3 changed files with 9 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('buying', 'DocType Mapper', 'Purchase Request-Purchase Order')

View File

@ -462,4 +462,9 @@ patch_list = [
'patch_file': 'cache_item_table',
'description': "create cache item table again"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'reload_pr_po_mapper',
'description': "order date should be greater than equal to request date"
},
]