array(
'width'=>'1',
'sortable'=>false,
'label'=>' ',
'customCode'=>' ',
'default'=>true,
),
'PRODUCT_CODE' => array(
'width'=>'10',
'label'=>'LBL_LIST_PRODUCT_CODE',
'default'=>true,
),
'PRODUCT_NAME' => array(
'width' => '30',
'label' => 'LBL_LIST_PRODUCT_NAME',
'module'=>'EcmProducts',
'id'=>'PRODUCT_ID',
//'customCode'=>'{$PRODUCT_NAME}',
'default' => true,
'link' => true),
'STOCK_ID' => array(
'width'=>'1',
'sortable'=>false,
'label'=>' ',
'customCode'=>' ',
'default'=>true,
),
'STOCK_NAME' => array(
'width' => '15',
'label' => 'LBL_LIST_STOCK_NAME',
'module'=>'EcmStocks',
'id'=>'STOCK_ID',
'customCode'=>'{$STOCK_NAME}',
'default' => true,
'link' => true),
'DATE_ENTERED' => array(
'width' => '15',
'label' => 'LBL_LIST_DATE',
'default' => true),
'PRICE' => array(
'width' => '10',
'label' => 'LBL_LIST_PRICE',
'default' => true),
'QUANTITY' => array(
'width' => '5',
'label' => 'LBL_LIST_QUANTITY',
'default' => true),
'NEW_FIELD' => array(
'width' => '5',
'label' => 'LBL_NEW_FIELD',
'default' => true),
);
?>