mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-25 00:56:49 +00:00
13 lines
203 B
PHP
13 lines
203 B
PHP
<?php
|
|
$module_name = 'TemplateSectionLine';
|
|
$listViewDefs [$module_name] =
|
|
array(
|
|
'NAME' =>
|
|
array(
|
|
'width' => '32%',
|
|
'label' => 'LBL_NAME',
|
|
'default' => true,
|
|
'link' => true,
|
|
),
|
|
);
|