mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +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',
|
||||
'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