Skip to content

Commit 0ce541f

Browse files
committed
chore: linters
1 parent b572b20 commit 0ce541f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

working_time/working_time/doctype/working_time/working_time.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ frappe.ui.form.on("Working Time", {
9292
)
9393
.then((allowed) => {
9494
if (!allowed.includes(row.activity_type)) {
95-
frappe.model.set_value(row.doctype, row.name, "activity_type", "");
95+
frappe.model.set_value(
96+
row.doctype,
97+
row.name,
98+
"activity_type",
99+
""
100+
);
96101
}
97102
});
98103
}

0 commit comments

Comments
 (0)