This commit is contained in:
parent
676d95563b
commit
bf44f82f4f
|
@ -74,12 +74,6 @@ module.exports = Self => {
|
|||
description: 'Destination state',
|
||||
required: false
|
||||
},
|
||||
{
|
||||
arg: 'totalWithVat',
|
||||
type: 'string',
|
||||
description: 'Total price with vat',
|
||||
required: false
|
||||
},
|
||||
{
|
||||
arg: 'problems',
|
||||
type: 'boolean',
|
||||
|
@ -138,8 +132,6 @@ module.exports = Self => {
|
|||
return {'f.stateCode': {like: `%${value}%`}};
|
||||
case 'futureState':
|
||||
return {'f.futureStateCode': {like: `%${value}%`}};
|
||||
case 'totalWithVat':
|
||||
return {'t.totalWithVat': value};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<th field="liters">
|
||||
<span translate>Liters</span>
|
||||
</th>
|
||||
<th field="futureTotalWithVat">
|
||||
<th field="totalWithVat">
|
||||
<span translate>Import</span>
|
||||
</th>
|
||||
<th shrink field="lines">
|
||||
|
|
Loading…
Reference in New Issue