fix: Codacy

This commit is contained in:
Charles-Henri Decultot
2019-04-26 20:02:38 +02:00
parent 3c13e8e8b9
commit f83514418e

View File

@@ -27,6 +27,6 @@ const update_clearance_date = (frm, cdt, cdn) => {
if (e == "success") {
frappe.show_alert({message:__("Document {0} successfully uncleared", [e]), indicator:'green'});
}
});
});
}
};