diff --git a/axelor-account/src/main/resources/views/InvoicePayment.xml b/axelor-account/src/main/resources/views/InvoicePayment.xml index 351b1c2375a..3a56fc43e87 100644 --- a/axelor-account/src/main/resources/views/InvoicePayment.xml +++ b/axelor-account/src/main/resources/views/InvoicePayment.xml @@ -36,7 +36,7 @@ + x-scale="$currencyScale" validIf="amount > 0"/> diff --git a/changelogs/unreleased/90034.yml b/changelogs/unreleased/90034.yml new file mode 100644 index 00000000000..69956d301a8 --- /dev/null +++ b/changelogs/unreleased/90034.yml @@ -0,0 +1,2 @@ +title: "InvoicePayment : set a minimum on amount" +module: axelor-base \ No newline at end of file