v1.4.2: Bugfix Progressbar, Datenquelle weg von der Packingnote, hin zum Job. EpiRent hat auch den "Total Items" Parameter im Packingnote Endpunkt gelöscht

This commit is contained in:
2024-06-06 19:03:22 +02:00
parent 31ae18b8a0
commit b56007aae2
3 changed files with 21 additions and 10 deletions

View File

@@ -1,4 +1,9 @@
<?php
error_reporting(E_ALL);
require('config.php');
require('EpiApi.php');
require('vendor/autoload.php');