logo and amount

This commit is contained in:
Bryce Covert
2018-08-01 16:49:19 -07:00
parent 271185690a
commit fce2ac5b3a
4 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
(-> (checks/get-graphql {:company-id company-id
:bank-account-id bank-account-id
:check-number check-number
:amount (- amount)
:status "pending"})
first
:id)