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