6 lines
144 B
PHP
6 lines
144 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||
|
|
require_once('modules/EcmStockOperations/ListView.php');
|
||
|
|
|
||
|
|
?>
|