mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
✏️ Clarify percentages for discounts
This commit is contained in:
parent
266b8ae4df
commit
93f253d27d
|
@ -222,6 +222,7 @@ export const purchaseOrderFields = [
|
|||
displayName: 'Discount',
|
||||
name: 'Discount',
|
||||
type: 'number',
|
||||
description: 'Discount applied to the purchase order. For example, enter 12 for 12%.',
|
||||
default: 0,
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
|
|
|
@ -200,6 +200,7 @@ export const salesOrderFields = [
|
|||
displayName: 'Discount',
|
||||
name: 'Discount',
|
||||
type: 'number',
|
||||
description: 'Discount applied to the sales order. For example, enter 12 for 12%.',
|
||||
default: 0,
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
|
|
Loading…
Reference in a new issue