Skip to content

Commit

Permalink
Remove transfer outs from defaulter list report
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Feb 28, 2022
1 parent 378017f commit 06abbda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"filterType": "tableColumns",
"conditionExpression": "fd.location_id in (?)",
"conditionExpression": "de.transfer_out_date is null and fd.location_id in (?)",
"parameterName": "locations"
}
]
Expand Down

0 comments on commit 06abbda

Please sign in to comment.