mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
(cherry picked from commit f1c0190f02)
Co-authored-by: Noah Jacob <noahjacobkurian@gmail.com>
This commit is contained in:
@@ -5,10 +5,17 @@ from frappe import _
|
|||||||
def get_data():
|
def get_data():
|
||||||
return {
|
return {
|
||||||
'fieldname': 'job_card',
|
'fieldname': 'job_card',
|
||||||
|
'non_standard_fieldnames': {
|
||||||
|
'Quality Inspection': 'reference_name'
|
||||||
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Transactions'),
|
'label': _('Transactions'),
|
||||||
'items': ['Material Request', 'Stock Entry']
|
'items': ['Material Request', 'Stock Entry']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'label': _('Reference'),
|
||||||
|
'items': ['Quality Inspection']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user