createCSVReorts()

This commit is contained in:
zzdrojewskipaw
2025-08-26 22:14:04 +02:00
parent 44031e27ce
commit e8054f08fa
2 changed files with 269 additions and 0 deletions

View File

@@ -73,4 +73,7 @@ switch ($_GET["action"]) {
$db->query("UPDATE ecmproducts SET exportedAt='$exportedAt' WHERE id='$id'");
break;
}
case 'createCSVReports':
createCSVReports();
break;
}