chore: linters check

(cherry picked from commit 4f59d580c4)
This commit is contained in:
khushi8112
2026-02-06 16:22:44 +05:30
parent b619f6d906
commit 7f6b8a3e40

View File

@@ -234,6 +234,7 @@ frappe.ui.form.on("Asset", {
if (
!frm.doc.purchase_receipt &&
!frm.doc.purchase_invoice &&
["Existing Asset", "Composite Component"].includes(frm.doc.asset_type)
) {
return false;