Skip to content

Commit c5991f2

Browse files
Merge pull request #7 from Mertiozys/price-calculation
Fix unrequired purchase price inputs
2 parents 099ec56 + 7a13da5 commit c5991f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Config/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<descriptive locale="fr_FR">
88
<title>Famille de clients</title>
99
</descriptive>
10-
<version>1.3.1</version>
10+
<version>1.3.2</version>
1111
<author>
1212
<name>Guillaume Barral</name>
1313
<email>gbarral@openstudio.fr</email>

EventListeners/PseExtendPriceFormListener.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function extendPsePriceForm(TheliaFormEvent $event)
5050
'allow_delete' => true,
5151
'options' => [
5252
'constraints' => [
53-
new Constraints\NotBlank,
5453
new Constraints\GreaterThanOrEqual(['value' => 0])
5554
]
5655
]

0 commit comments

Comments
 (0)