Skip to content

Commit

Permalink
Merge pull request #7 from Mertiozys/price-calculation
Browse files Browse the repository at this point in the history
Fix unrequired purchase price inputs
  • Loading branch information
etiennePerriere committed May 2, 2016
2 parents 099ec56 + 7a13da5 commit c5991f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<descriptive locale="fr_FR">
<title>Famille de clients</title>
</descriptive>
<version>1.3.1</version>
<version>1.3.2</version>
<author>
<name>Guillaume Barral</name>
<email>gbarral@openstudio.fr</email>
Expand Down
1 change: 0 additions & 1 deletion EventListeners/PseExtendPriceFormListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function extendPsePriceForm(TheliaFormEvent $event)
'allow_delete' => true,
'options' => [
'constraints' => [
new Constraints\NotBlank,
new Constraints\GreaterThanOrEqual(['value' => 0])
]
]
Expand Down

0 comments on commit c5991f2

Please sign in to comment.