mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix in patch list
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2010-09-20 12:33:35',
|
'creation': '2010-09-20 12:33:35',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2012-03-30 13:33:31',
|
'modified': '2012-04-02 13:05:04',
|
||||||
'modified_by': u'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': u'Administrator'
|
'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ from webnotes.modules.module_manager import reload_doc
|
|||||||
from webnotes.utils import make_esc
|
from webnotes.utils import make_esc
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def execute():
|
def execute1():
|
||||||
update_file_content({'Follow up': 'Communication'})
|
update_file_content({'Follow up': 'Communication'})
|
||||||
|
|
||||||
def execute1():
|
def execute():
|
||||||
# delete dt, mapper
|
# delete dt, mapper
|
||||||
delete_dt_and_mapper()
|
delete_dt_and_mapper()
|
||||||
|
|
||||||
|
|||||||
@@ -232,6 +232,7 @@ patch_list = [
|
|||||||
'patch_file': 'delete_docformat',
|
'patch_file': 'delete_docformat',
|
||||||
'description': 'Deletes DocFormat from database'
|
'description': 'Deletes DocFormat from database'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
'patch_module': 'patches.jan_mar_2012',
|
'patch_module': 'patches.jan_mar_2012',
|
||||||
'patch_file': 'reload_mapper',
|
'patch_file': 'reload_mapper',
|
||||||
'description': 'SO-DN, SO-Rv, DN-RV'
|
'description': 'SO-DN, SO-Rv, DN-RV'
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2010-09-20 12:33:35',
|
'creation': '2010-09-20 12:33:35',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2012-03-27 14:17:39',
|
'modified': '2012-04-02 13:05:03',
|
||||||
'modified_by': u'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': u'Administrator'
|
'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
@@ -127,6 +127,16 @@
|
|||||||
'to_field': u'export_amount'
|
'to_field': u'export_amount'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# Field Mapper Detail
|
||||||
|
{
|
||||||
|
'checking_operator': u'=',
|
||||||
|
'doctype': u'Field Mapper Detail',
|
||||||
|
'from_field': u'basic_rate',
|
||||||
|
'map': u'Yes',
|
||||||
|
'match_id': 1,
|
||||||
|
'to_field': u'basic_rate'
|
||||||
|
},
|
||||||
|
|
||||||
# Field Mapper Detail
|
# Field Mapper Detail
|
||||||
{
|
{
|
||||||
'checking_operator': u'=',
|
'checking_operator': u'=',
|
||||||
@@ -264,4 +274,4 @@
|
|||||||
'to_table': u'Delivery Note',
|
'to_table': u'Delivery Note',
|
||||||
'validation_logic': u'docstatus = 1'
|
'validation_logic': u'docstatus = 1'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user