mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +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