@@ -803,10 +806,11 @@ export default function SupplierInvoiceDetailPage() {
{t('payment_history_title')}
- {/* Desktop table */}
+ {/* Desktop table: same non-first-column gutter as the line-item
+ table above ("11 231 krb9da9d7c" otherwise). */}
-
+
| {t('col_date')} |
{t('col_amount_short')} |
@@ -814,7 +818,7 @@ export default function SupplierInvoiceDetailPage() {
{t('col_note')} |
-
+
{payments.map((p) => (
| {formatDate(p.payment_date)} |
|