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