🔨 Reorder total fields

This commit is contained in:
Iván Ovejero 2021-06-16 19:14:27 +02:00
parent c189613a37
commit 266b8ae4df

View file

@ -253,12 +253,6 @@ export const makeProductDetails = (resource: CamelCaseResource) => ({
type: 'number', type: 'number',
default: '', default: '',
}, },
{
displayName: 'Net Total',
name: 'net_total',
type: 'number',
default: '',
},
{ {
displayName: 'Product ID', displayName: 'Product ID',
name: 'id', name: 'id',
@ -304,6 +298,12 @@ export const makeProductDetails = (resource: CamelCaseResource) => ({
type: 'number', type: 'number',
default: '', default: '',
}, },
{
displayName: 'Total (Net)',
name: 'net_total',
type: 'number',
default: '',
},
{ {
displayName: 'Unit Price', displayName: 'Unit Price',
name: 'unit_price', name: 'unit_price',