Disabled billed-button in Preorder/Index for now

This commit is contained in:
Frank Schubert
2025-03-26 14:10:55 +01:00
parent 50d24faf9f
commit 3bee393f09

View File

@@ -497,6 +497,7 @@ $pagination_entity_name = "Vorbestellungen";
</td>
<td class="text-nowrap">
<?php if(0): ?>
<?php if(!$me->address->hasPreorderBilling()): ?>
<?php if($preorder->adb_wohneinheit_id && $preorder->adb_wohneinheit->enduser_setup_invoice_date): ?>
<i class="fas fa-euro is-billed-button" title="Herstellungsentgelt verrechnet am <?=(new DateTime($preorder->adb_wohneinheit->enduser_setup_invoice_date))->format("d.m.Y")?>"></i>
@@ -508,6 +509,7 @@ $pagination_entity_name = "Vorbestellungen";
<?php if($preorder->adb_wohneinheit_id && is_array($preorder->adb_wohneinheit->rimo_workorders) && count($preorder->adb_wohneinheit->rimo_workorders)):?>
<i class="fas fa-r p-1" title="Rimo Workorder erstellt"></i>
<?php endif; ?>
<?php endif; ?>
</td>
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
<div class="preorder-campaign-table-actions">