From 99dd88329efa55e7125331f2d4a702bcce5f5082 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 26 May 2026 22:04:21 -0700 Subject: [PATCH] uses percent --- src/clj/auto_ap/ssr/transaction/bulk_code.clj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/clj/auto_ap/ssr/transaction/bulk_code.clj b/src/clj/auto_ap/ssr/transaction/bulk_code.clj index dbdcc4e9..4cc1ea2b 100644 --- a/src/clj/auto_ap/ssr/transaction/bulk_code.clj +++ b/src/clj/auto_ap/ssr/transaction/bulk_code.clj @@ -215,11 +215,11 @@ {:errors (fc/field-errors)} (com/data-grid {:headers [(com/data-grid-header {} "Account") (com/data-grid-header {:class "w-32"} "Location") - (com/data-grid-header {:class "w-16"} "$") - (com/data-grid-header {:class "w-16"})]} - (fc/cursor-map #(transaction-account-row* {:value %})) + (com/data-grid-header {:class "w-16"} "%") + (com/data-grid-header {:class "w-16"})]} + (fc/cursor-map #(transaction-account-row* {:value %})) - (com/data-grid-new-row {:colspan 4 + (com/data-grid-new-row {:colspan 4 :hx-get (bidi/path-for ssr-routes/only-routes ::route/bulk-code-new-account) :row-offset 0 @@ -353,10 +353,10 @@ {:errors (fc/field-errors)} (com/data-grid {:headers [(com/data-grid-header {} "Account") (com/data-grid-header {:class "w-32"} "Location") - (com/data-grid-header {:class "w-16"} "$") - (com/data-grid-header {:class "w-16"})]} - (fc/cursor-map #(transaction-account-row* {:value %})) - (com/data-grid-new-row {:colspan 4 + (com/data-grid-header {:class "w-16"} "%") + (com/data-grid-header {:class "w-16"})]} + (fc/cursor-map #(transaction-account-row* {:value %})) + (com/data-grid-new-row {:colspan 4 :hx-get (bidi/path-for ssr-routes/only-routes ::route/bulk-code-new-account) :row-offset 0