Skip to content

Commit

Permalink
Circulation category: limit fee 'from' day interval field
Browse files Browse the repository at this point in the history
An incremental fee limit are define by thee fields : from, to and cost.
The 'from' field minimum value must be upper or equal to 1.
Closes #1848.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed May 7, 2021
1 parent 195e67b commit d23d1f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"from": {
"type": "integer",
"title": "From",
"minimum": 0,
"minimum": 1,
"form": {
"templateOptions": {
"itemCssClass": "col-lg-3"
Expand Down

0 comments on commit d23d1f4

Please sign in to comment.