patx/projectpay

fix line items table

Commit 53982f8 · patx · 2026-06-28T16:27:31-04:00

Changeset
53982f87b2ea56815425baf45604c2d1654c75bb
Parents
145341b5b9ed86f2e5352b00ce61667f769e90ab

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/_invoice_line_items.html b/templates/_invoice_line_items.html
index 331bebd..bbeb782 100644
--- a/templates/_invoice_line_items.html
+++ b/templates/_invoice_line_items.html
@@ -4,7 +4,6 @@
       <article class="invoice-line-card">
         <div class="invoice-line-description">{{ item.name|star_emphasis }}</div>
         <div class="invoice-line-amount">
-          <span>Price</span>
           <strong>{{ item.amount_cents|money(currency) }}</strong>
         </div>
       </article>