fix(ux): only list related DocTypes

This commit is contained in:
s-aga-r 2023-06-11 20:14:59 +05:30
parent 9a12545ac3
commit 0b009da122

View File

@ -161,6 +161,23 @@ frappe.ui.form.on('Serial and Batch Bundle', {
'istable': 0,
'issingle': 0,
'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",
]],
}
};
});