From 6d9b82687a7c77f7ab1fc72c0826f2595be4a43d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 20 Dec 2017 16:57:46 -0500 Subject: [PATCH] Update for the line items on invoice Need the tr tag inside the foreach loop --- views/admin/billing/invoiceStore.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index d8c6db8..4c79a2a 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -70,14 +70,14 @@ - - {foreach $line_items as $item} - {$invoice.transaction_time|date_format:"%D"} - {$item.name} - {$item.quantity} - {$item.amount} - {/foreach} - + {foreach $line_items as $item} + + {$invoice.transaction_time|date_format:"%D"} + {$item.name} + {$item.quantity} + {$item.amount} + + {/foreach} -- 2.17.1