added onetime payment in Order/Form

This commit is contained in:
Frank Schubert
2024-07-30 15:43:52 +02:00
parent 75277d3f82
commit b66c85bd06
4 changed files with 32 additions and 6 deletions

View File

@@ -177,9 +177,13 @@
<?php else: ?>
Nur Sonderprodukte/Projekte
<?php endif; ?>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?=self::getUrl("Order", "Upgrades", ["filter" => $filter])?>">
Upgrades
</a>
</li>
</ul>
<?php if($showSpecial) $lonelyOrders = $special_orders ?>