fix(ux): only list related DocTypes
This commit is contained in:
parent
9a12545ac3
commit
0b009da122
@ -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",
|
||||
]],
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user