From: Steve Sutton Date: Wed, 20 Dec 2017 21:57:46 +0000 (-0500) Subject: Update for the line items on invoice X-Git-Tag: v1.0.0^2~188 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6d9b82687a7c77f7ab1fc72c0826f2595be4a43d;p=WP-Plugins%2Fglm-member-db-billing.git Update for the line items on invoice Need the tr tag inside the foreach loop --- 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}