2416 - Item request - Added state filter #361

Merged
joan merged 4 commits from 2408-item_request into dev 2020-08-31 13:23:30 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 6297d09de2 - Show all commits

View File

@ -81,8 +81,9 @@ module.exports = Self => {
switch (value) {
case 'pending':
return {'tr.isOk': null};
default:
return {'tr.isOk': value};
}
return {'tr.isOk': value};
case 'clientFk':
return {'t.clientFk': value};
case 'from':