Completed
Push — master ( 394be6...291a36 )
by Nicolaas
04:43 queued 02:28
created
code/model/buyables/CountryPrice_BuyableExtension.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,7 @@
 block discarded – undo
123 123
 
124 124
                 //no!
125 125
                 return false;
126
-            }
127
-            elseif ($this->owner->AllCountries) {
126
+            } elseif ($this->owner->AllCountries) {
128 127
                 //is there a valid price ???
129 128
                 if ($this->debug) {debug::log('All countries applies - updated  ... new price = '.floatval($this->owner->updateCalculatedPrice()));}
130 129
                 $canSell = true;
Please login to merge, or discard this patch.