init
This commit is contained in:
7
modules/EcmReports/index.php
Executable file
7
modules/EcmReports/index.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if (isset($_GET['reportName']) && $_GET['reportName']=='productsBySales') {
|
||||
include_once("modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.php");
|
||||
} else {
|
||||
include_once("modules/EcmReports/ReportSales.php");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user