Skip to content

Commit

Permalink
feat: display only projects of status "Open"
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDEissler committed Aug 2, 2023
1 parent e35d81b commit 372392f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ frappe.ui.form.on("Working Time", {
return {
filters: {
department: doc.department,
status: "Open",
}
};
});
Expand Down

0 comments on commit 372392f

Please sign in to comment.