reload pr-po mapper patch'
This commit is contained in:
parent
5a376f0cdb
commit
6751261589
0
erpnext/patches/july_2012/__init__.py
Normal file
0
erpnext/patches/july_2012/__init__.py
Normal file
4
erpnext/patches/july_2012/reload_pr_po_mapper.py
Normal file
4
erpnext/patches/july_2012/reload_pr_po_mapper.py
Normal file
@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('buying', 'DocType Mapper', 'Purchase Request-Purchase Order')
|
@ -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"
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue
Block a user