Merge branch 'hotfix' into address-rep-fix
This commit is contained in:
commit
20008946a3
@ -18,7 +18,7 @@ frappe.ui.form.on("Timesheet", {
|
|||||||
return{
|
return{
|
||||||
filters: {
|
filters: {
|
||||||
'project': child.project,
|
'project': child.project,
|
||||||
'status': ["!=", "Closed"]
|
'status': ["!=", "Cancelled"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user