2416 - Item request - Added state filter #361
|
@ -81,8 +81,9 @@ module.exports = Self => {
|
||||||
switch (value) {
|
switch (value) {
|
||||||
case 'pending':
|
case 'pending':
|
||||||
return {'tr.isOk': null};
|
return {'tr.isOk': null};
|
||||||
}
|
default:
|
||||||
return {'tr.isOk': value};
|
return {'tr.isOk': value};
|
||||||
|
}
|
||||||
case 'clientFk':
|
case 'clientFk':
|
||||||
return {'t.clientFk': value};
|
return {'t.clientFk': value};
|
||||||
case 'from':
|
case 'from':
|
||||||
|
|
Loading…
Reference in New Issue