Quote:
PHP Code:
... 'Delivery type' => array( static::COLUMN_NAME => 'Delivery type', static::COLUMN_TEMPLATE => 'admin/en/modules/Romas/NewOrder/delivery_type.tpl', static::COLUMN_ORDERBY => 550, ), ...
|
You should not use 'Delivery type' as the key for the array. Please use 'deliveryType' instead.