11 lines
434 B
PHP
Executable File
11 lines
434 B
PHP
Executable File
<?php
|
|
$layout_defs['Tasks']['subpanel_setup']['ecminvoiceouts2'] = array(
|
|
'order' => 10,
|
|
'module' => 'EcmInvoiceOuts',
|
|
'title_key' => 'LBL_CALLS',
|
|
'subpanel_name' => 'default',
|
|
'get_subpanel_data' => 'ecminvoiceouts2',
|
|
'top_buttons' => array(
|
|
array('widget_class' => 'SubPanelTopCreateButton'),
|
|
),
|
|
);
|