limits to 200 rows on 1099 page for companies
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
[:th {:style {:width "10em"}}]
|
||||
]]
|
||||
[:tbody
|
||||
(for [[client vendor amount] (get-1099-companies identity)]
|
||||
(for [[client vendor amount] (take 200 (get-1099-companies identity))]
|
||||
[:tr (when (= flash-id
|
||||
(:db/id vendor))
|
||||
{:class "live-added"})
|
||||
|
||||
Reference in New Issue
Block a user