10 lines
190 B
PHP
10 lines
190 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// ini_set('display_errors', '1');
|
||
|
|
// error_reporting(E_ALL);
|
||
|
|
|
||
|
|
//echo '<pre>' . var_export($GLOBALS['beanList'], true); exit;
|
||
|
|
|
||
|
|
class EcmReceiptsController extends SugarController {
|
||
|
|
|
||
|
|
}
|