Started creating workflow

This commit is contained in:
Frank Schubert
2021-08-24 21:40:30 +02:00
parent 7ad852c4ef
commit 2e9d5d5767
22 changed files with 717 additions and 1 deletions

View File

@@ -353,6 +353,7 @@
<div class="card-body">
<h4>Produkte</h4>
<?php if(is_array($order->products) && count($order->products)): ?>
<?php foreach($order->products as $product): ?>
<div class="row product-container">
<div class="col-md-1 product-<?=$product->id?>">
@@ -438,6 +439,7 @@
</div>
</div>
<?php endforeach; ?>
<?php endif; ?>
<div class="row product-container">