Importing missing voicenumbers & disabled ivt button in Order

This commit is contained in:
Frank Schubert
2024-07-08 01:25:06 +02:00
parent d6da19574e
commit 3f22ee7f31
3 changed files with 59 additions and 52 deletions

View File

@@ -21,6 +21,8 @@ echo "Import Contracts from IVT\n";
$import = new Admin_IvtContractImport();
$data = $import->run(1);
echo "Import Missing Voicenumbers\n";
$import->importNumbersFromIvt();
//exit;