mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
18 lines
342 B
PHP
18 lines
342 B
PHP
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
$popupMeta = array(
|
|
'moduleMain' => 'Documents',
|
|
'varName' => 'DOCUMENTS',
|
|
'orderBy' => 'name',
|
|
'whereClauses' => array(
|
|
),
|
|
'searchInputs' => array(
|
|
),
|
|
'searchdefs' => array(
|
|
),
|
|
'listviewdefs' => array(
|
|
),
|
|
);
|