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