Fixed comment

This commit is contained in:
Frank Schubert
2021-10-14 22:23:45 +02:00
parent 839ba80a64
commit 885b69ceb8

View File

@@ -118,7 +118,7 @@
<?=($vot) ? "<i class='fas fa-tools text-info mr-2' title='Vorortinstallation'></i>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-info mr-2' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-info mr-2' title='Voice Produkt vorhanden'></i>" : ""?>
<?=($product->order->note) ? "<i class='fas fa-clipboard-list text-info title='Kommentar: ".str_replace('"', '&#34;', $product->order->note)."'></i>" : ""?>
<?=($product->order->note) ? "<i class='fas fa-clipboard-list text-info' title='Kommentar: ".str_replace('"', '&#34;', $product->order->note)."'></i>" : ""?>
</td>
</tr>
<tr class="<?=($prov_count % 2 == 0) ? "table-bg-even" : "table-bg-odd"?> ">