added billed for xinon campaigns aswell

This commit is contained in:
Luca Haid
2025-10-23 09:21:21 +00:00
parent 6cbf850681
commit 0131f472f0

View File

@@ -110,15 +110,7 @@
<?php endif; ?>
</td>
</tr>
<!-- add new checkbox field here called "Verrechnet" and if $preorder->billed is not null or 0 show the unix date, also only show this when
preordercampaign -> network_id -> network -> owner_id === 209
then show billed = timestamp (no input as the checkbox is the only thing that can be changed)
also show billed_by
-->
<?php if($preorder->campaign->network->owner_id === "209"): ?>
<?php if(in_array($preorder->campaign->network->owner_id, ["209", "1"])): ?>
<tr>
<th>Verrechnet:</th>
<td>
@@ -1175,4 +1167,3 @@
</div>
</div>