@ -3,7 +3,7 @@
<head>
<?php
$anyItemHasDescription = array_reduce($items, function ($acc, $item) {
return $acc || $item->description != '';
return $acc || $item->item_description != '';
}, false);
$colspan = 3 + ($show_item_discounts ? 1 : 0) + ($anyItemHasDescription ? 1 : 0);