Files
crm.e5.pl/modules/EcmPriceBooks/index.php

6 lines
160 B
PHP
Raw Permalink Normal View History

2024-04-27 09:23:34 +02:00
<?php
global $current_user;
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
require_once('modules/EcmPriceBooks/ListView.php');
?>