Merge branch 'master' of github.com:webnotes/erpnext into unicode
This commit is contained in:
commit
0d0efcfd14
14
erpnext/patches/july_2012/supplier_quotation.py
Normal file
14
erpnext/patches/july_2012/supplier_quotation.py
Normal file
@ -0,0 +1,14 @@
|
||||
def execute():
|
||||
"""sync supplier quotatoin and create supplier quotation mappers"""
|
||||
from webnotes.model.sync import sync
|
||||
sync('buying', 'supplier_quotation')
|
||||
sync('buying', 'supplier_quotation_item')
|
||||
sync('buying', 'purchase_request')
|
||||
sync('buying', 'purchase_request_item')
|
||||
sync('buying', 'purchase_order')
|
||||
sync('buying', 'purchase_order_item')
|
||||
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('buying', 'DocType Mapper', 'Purchase Request-Supplier Quotation')
|
||||
reload_doc('buying', 'DocType Mapper', 'Supplier Quotation-Purchase Order')
|
||||
|
@ -537,4 +537,8 @@ patch_list = [
|
||||
'patch_module': 'patches.july_2012',
|
||||
'patch_file': 'repost_stock_due_to_wrong_packing_list',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.july_2012',
|
||||
'patch_file': 'supplier_quotation',
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user