@@ -101,7 +101,7 @@ discard block |
||
| 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 |
||
| 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 | ); |