fixing UI for automatically paid when due

This commit is contained in:
Bryce Covert
2021-01-23 09:44:53 -08:00
parent c58608eca0
commit cb33e1e54a
2 changed files with 4 additions and 1 deletions

View File

@@ -425,6 +425,7 @@
:client (:client to)
:override (:terms to)})
%))
(update :automatically-paid-when-due #(mapv identity %))
(update :hidden #(if (nil? %)
false
%))