mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
reload pr-po mapper patch'
This commit is contained in:
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',
|
'patch_file': 'cache_item_table',
|
||||||
'description': "create cache item table again"
|
'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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user