Create Workorder button in Preorder/Index now always visible for admins

This commit is contained in:
Frank Schubert
2024-11-19 15:25:44 +01:00
parent 25f2452f02
commit 77f37fbc27
4 changed files with 10 additions and 5 deletions

View File

@@ -430,7 +430,7 @@
</table>
<?php endforeach; ?>
<?php elseif($preorder->adb_wohneinheit_id && $preorder->type == "legacytransfer"): ?>
<?php elseif($preorder->adb_wohneinheit_id && $me->is("Admin")): ?>
<button type="button" class="btn btn-outline-primary create-workorder" onclick="createWorkorder(<?=$preorder->id?>)"><i class="fas fa-fw fa-plus"></i> <i class="fas fa-r"></i><i class="fas fa-fw fa-gears"></i> Wokorder erstellen</button>
<?php endif; ?>