mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: Codacy
This commit is contained in:
@@ -8,7 +8,7 @@ frappe.ui.form.on('Quality Procedure', {
|
|||||||
filters: {
|
filters: {
|
||||||
name: ["not in", [frm.parent_quality_procedure, frm.name]]
|
name: ["not in", [frm.parent_quality_procedure, frm.name]]
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user