Passed
Push — master ( fd14ef...e3fcf4 )
by
unknown
02:45
created
code/model/process/extensions/CountryPrice_OrderDOD.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
             $order = Order::get()->byID($order->ID);
102 102
             $orderHasBeenChanged = false;
103 103
 
104
-             //check currency ...
104
+                //check currency ...
105 105
             if ($order->CurrencyUsedID != $currencyObject->ID) {
106 106
                 $order->SetCurrency($currencyObject);
107 107
                 $orderHasBeenChanged = true;
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
                 'Root.Country',
150 150
                 DropdownField::create(
151 151
                     'DistributorID',
152
-                     _t('Distributor.SINGULAR_NAME', 'Distributor'),
152
+                        _t('Distributor.SINGULAR_NAME', 'Distributor'),
153 153
                     array(''=> '--- Please select ---') + Distributor::get()->map()->toArray()
154 154
                 )
155 155
             );
Please login to merge, or discard this patch.