✏️ Clarify percentages for discounts

This commit is contained in:
Iván Ovejero 2021-06-16 19:14:41 +02:00
parent 266b8ae4df
commit 93f253d27d
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,