Script Preorder Sync erweitert auf Netzgebiete:

ON Leibnitz
ON Bad Gleichenberg
ON Semriach
ON Straden
ON St.Anna am Aigen
This commit is contained in:
Daniel Spitzer
2025-12-27 19:58:05 +01:00
parent b9e83eec01
commit 3317bfa4d1
2 changed files with 117 additions and 93 deletions

View File

@@ -408,7 +408,7 @@ foreach ($devicesall as $deviceall) {
</div>
</div>
<?php
if ($devicesconfig->success == "true" && $devicesconfig->data > 0) {
if ($devicesconfig->success == "true" && $devicesconfig->data) {
?>
<div>
<table class="table table-sm">
@@ -711,7 +711,7 @@ foreach ($devicesall as $deviceall) {
</div>
</div>
</div>
<?php if ($devices->devicetype->devicemanufactor->config_backup > 0):
<?php if ($devices->devicetype->devicemanufactor->config_backup > count()):
$year = date("Y", time());
$month = date("n", time());