Skip to content

Commit

Permalink
90034 InvoicePayment : set a minimum on amount (#13981)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth-axelor authored and kra-axelor committed Feb 14, 2025
1 parent 7338397 commit 5bcd238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion axelor-account/src/main/resources/views/InvoicePayment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<panel name="mainPanel" readonlyIf="statusSelect != 0">
<field name="typeSelect" showIf="id" colSpan="12"/>
<field name="amount" onChange="action-invoice-payment-group-change-amounts"
x-scale="$currencyScale"/>
x-scale="$currencyScale" validIf="amount &gt; 0"/>
<field name="currency" canEdit="false" readonlyIf="$isMultiCurrency"
form-view="currency-form" grid-view="currency-grid"
onChange="action-invoice-payment-group-change-amounts"/>
Expand Down
2 changes: 2 additions & 0 deletions changelogs/unreleased/90034.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: "InvoicePayment : set a minimum on amount"
module: axelor-base

0 comments on commit 5bcd238

Please sign in to comment.