From 5bcd2389e356d25b788dd613fc674d096ac49c58 Mon Sep 17 00:00:00 2001 From: rth-axelor <82039632+rth-axelor@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:44:28 +0100 Subject: [PATCH] 90034 InvoicePayment : set a minimum on amount (#13981) --- axelor-account/src/main/resources/views/InvoicePayment.xml | 2 +- changelogs/unreleased/90034.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/90034.yml diff --git a/axelor-account/src/main/resources/views/InvoicePayment.xml b/axelor-account/src/main/resources/views/InvoicePayment.xml index 10e1432240b..9b73dba224f 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