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',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Net Total',
|
||||
name: 'net_total',
|
||||
type: 'number',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Product ID',
|
||||
name: 'id',
|
||||
|
@ -304,6 +298,12 @@ export const makeProductDetails = (resource: CamelCaseResource) => ({
|
|||
type: 'number',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Total (Net)',
|
||||
name: 'net_total',
|
||||
type: 'number',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Unit Price',
|
||||
name: 'unit_price',
|
||||
|
|
Loading…
Reference in a new issue