Completed
Push — master ( caf85c...c0efc1 )
by
unknown
02:35
created
code/model/process/extensions/CountryPrice_OrderDOD.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     public static function localise_order($countryCode = null, $force = false, $runAgain = false)
52 52
     {
53 53
         if(self::$_number_of_times_we_have_run_localise_order > 0) {
54
-           $runAgain = false;
54
+            $runAgain = false;
55 55
         }
56 56
         if ($runAgain) {
57 57
             self::$_number_of_times_we_have_run_localise_order = 0;
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
                 'Root.Country',
153 153
                 DropdownField::create(
154 154
                     'DistributorID',
155
-                     _t('Distributor.SINGULAR_NAME', 'Distributor'),
155
+                        _t('Distributor.SINGULAR_NAME', 'Distributor'),
156 156
                     array(''=> '--- Please select ---') + Distributor::get()->map()->toArray()
157 157
                 )
158 158
             );
Please login to merge, or discard this patch.