0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 06:29:44 +00:00
salesagility_SuiteCRM/modules/TemplateSectionLine/metadata/listviewdefs.php

12 lines
203 B
PHP

<?php
$module_name = 'TemplateSectionLine';
$listViewDefs [$module_name] =
array(
'NAME' =>
array(
'width' => '32%',
'label' => 'LBL_NAME',
'default' => true,
'link' => true,
),
);