mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 04:53:01 +00:00
serial no added in mapper and considered mapping where amount=0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2010-12-15 08:39:22',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-09-07 12:08:19',
|
||||
'modified': '2011-09-13 17:26:01',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
@@ -107,6 +107,15 @@
|
||||
'to_field': 'naming_series'
|
||||
},
|
||||
|
||||
# Field Mapper Detail
|
||||
{
|
||||
'doctype': 'Field Mapper Detail',
|
||||
'from_field': 'serial_no',
|
||||
'map': 'Yes',
|
||||
'match_id': 1,
|
||||
'to_field': 'serial_no'
|
||||
},
|
||||
|
||||
# Table Mapper Detail
|
||||
{
|
||||
'doctype': 'Table Mapper Detail',
|
||||
|
||||
Reference in New Issue
Block a user