8 lines
124 B
PHP
8 lines
124 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// ini_set('display_errors', '1');
|
||
|
|
// error_reporting(E_ALL);
|
||
|
|
|
||
|
|
class EcmFkVatsController extends SugarController {
|
||
|
|
|
||
|
|
}
|