From 46f8d227b8199f0c8a80fdb7dfffefd25c4aebc3 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Mar 2026 21:44:45 +0100 Subject: [PATCH] fix(loyalty): remove card_number display from transactions list TransactionResponse doesn't include card_number, so the template was showing '-' under every customer name. Removed the nonexistent field. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../loyalty/templates/loyalty/shared/transactions-list.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/loyalty/templates/loyalty/shared/transactions-list.html b/app/modules/loyalty/templates/loyalty/shared/transactions-list.html index 239ce2ff..78416eb1 100644 --- a/app/modules/loyalty/templates/loyalty/shared/transactions-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/transactions-list.html @@ -60,7 +60,6 @@

-