Shipping note/rework
This commit is contained in:
@@ -96,6 +96,10 @@ TODO: enable option for showing prices
|
||||
<?= $shippingNote->note ?>
|
||||
</p>
|
||||
|
||||
<?php if($shippingNote->status === 'cancelled'): ?>
|
||||
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 0, 0, 0.5); text-align: center; font-size: 40pt; color: white; line-height: 60pt;">STORNIERT</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<table style="border-collapse: collapse; width: 100%;" id="invoiceTable">
|
||||
<tr style="font-weight: bold; border-bottom: 1px solid black;" class="uneven">
|
||||
<th style="text-align: center;padding-right: 6pt">Position</th>
|
||||
|
||||
Reference in New Issue
Block a user