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