mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: Codacy
This commit is contained in:
@@ -27,6 +27,6 @@ const update_clearance_date = (frm, cdt, cdn) => {
|
|||||||
if (e == "success") {
|
if (e == "success") {
|
||||||
frappe.show_alert({message:__("Document {0} successfully uncleared", [e]), indicator:'green'});
|
frappe.show_alert({message:__("Document {0} successfully uncleared", [e]), indicator:'green'});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user