Skip to content

Commit

Permalink
feat: multiple contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan committed Sep 20, 2024
1 parent 77945d0 commit bebf77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ frappe.ui.form.on('Auto Email Report', {
var report_filters_list = []
$.each(report_filters, function(key, val){
// Remove break fieldtype from the filters
if(val.fieldtype != 'Break') {
if(val.fieldtype != 'Break' && val.hidden != 1) {
report_filters_list.push(val)
}
})
Expand Down

0 comments on commit bebf77f

Please sign in to comment.