feat: added QI link in Job Card Dashboard (#28643) (#28810)

(cherry picked from commit f1c0190f02)

Co-authored-by: Noah Jacob <noahjacobkurian@gmail.com>
This commit is contained in:
mergify[bot]
2021-12-09 20:31:42 +05:30
committed by GitHub
parent 99851e7f3a
commit d2fac14922

View File

@@ -5,10 +5,17 @@ from frappe import _
def get_data():
return {
'fieldname': 'job_card',
'non_standard_fieldnames': {
'Quality Inspection': 'reference_name'
},
'transactions': [
{
'label': _('Transactions'),
'items': ['Material Request', 'Stock Entry']
},
{
'label': _('Reference'),
'items': ['Quality Inspection']
}
]
}