mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
fix: add quality inspection template (#21424)
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
from frappe import _
|
||||||
|
|
||||||
|
def get_data():
|
||||||
|
return {
|
||||||
|
'fieldname': 'quality_inspection_template',
|
||||||
|
'transactions': [
|
||||||
|
{
|
||||||
|
'label': _('Quality Inspection'),
|
||||||
|
'items': ['Quality Inspection']
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user