mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix(ux): only list related DocTypes
This commit is contained in:
@@ -161,6 +161,23 @@ frappe.ui.form.on('Serial and Batch Bundle', {
|
|||||||
'istable': 0,
|
'istable': 0,
|
||||||
'issingle': 0,
|
'issingle': 0,
|
||||||
'is_submittable': 1,
|
'is_submittable': 1,
|
||||||
|
'name': ['in', [
|
||||||
|
"Asset Capitalization",
|
||||||
|
"Asset Repair",
|
||||||
|
"Delivery Note",
|
||||||
|
"Installation Note",
|
||||||
|
"Job Card",
|
||||||
|
"Maintenance Schedule",
|
||||||
|
"POS Invoice",
|
||||||
|
"Pick List",
|
||||||
|
"Purchase Invoice",
|
||||||
|
"Purchase Receipt",
|
||||||
|
"Quotation",
|
||||||
|
"Sales Invoice",
|
||||||
|
"Stock Entry",
|
||||||
|
"Stock Reconciliation",
|
||||||
|
"Subcontracting Receipt",
|
||||||
|
]],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user