@@ -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 | ); |