mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 15:57:41 +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