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