Passed
Push — master ( 0e4096...7cb3ed )
by Nicolaas
02:58
created
code/model/process/extensions/CountryPrice_OrderDOD.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
                 'Root.Country',
149 149
                 DropdownField::create(
150 150
                     'DistributorID',
151
-                     _t('Distributor.SINGULAR_NAME', 'Distributor'),
151
+                        _t('Distributor.SINGULAR_NAME', 'Distributor'),
152 152
                     array(''=> '--- Please select ---') + Distributor::get()->map()->toArray()
153 153
                 )
154 154
             );
Please login to merge, or discard this patch.
code/model/address/CountryPrice_EcommerceCountry.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,9 +168,9 @@
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-    * checks if the country has a distributor
172
-    * and returns the primary country for the distributor.
173
-    * If not, returns the default country.
171
+     * checks if the country has a distributor
172
+     * and returns the primary country for the distributor.
173
+     * If not, returns the default country.
174 174
      *
175 175
      * @return EcommerceCountry
176 176
      *
Please login to merge, or discard this patch.