fixed billed
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
<label for="preorder-detail-billed-<?=$preorder->id?>" class="text-gray-700 mb-0">Verrechnet</label>
|
||||
</div>
|
||||
|
||||
<?php if($preorder->billed_by): ?>
|
||||
<?php if($preorder->billed_by && $preorder->billed): ?>
|
||||
<div class="mt-2 text-sm text-gray-600" id="billed_text">Verrechnet durch: <?=(new User($preorder->billed_by))->name?> am <?=date("d.m.Y H:i", $preorder->billed)?> Uhr</div>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user