mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🔨 Reorder total fields
This commit is contained in:
parent
c189613a37
commit
266b8ae4df
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue