makes signature show up and adds logging for why invoice might be imported wrong.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
(cond (#{:user-role/admin "admin"} role)
|
||||
true
|
||||
|
||||
(and client-id (not (get (into #{} (map :db/id (:clients user))) client-id)))
|
||||
(and client-id (not (get (into #{} (map :db/id (or (:clients user)
|
||||
(:user/clients user)))) client-id)))
|
||||
false
|
||||
|
||||
(#{:user-role/power-user "power-user"} role)
|
||||
|
||||
Reference in New Issue
Block a user