@@ -148,7 +148,7 @@ |
||
| 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 | ); |
@@ -168,9 +168,9 @@ |
||
| 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 | * |