Makes a vendor account acceptable even if the invoice account isn't.

This commit is contained in:
2023-02-04 19:57:42 -08:00
parent afa6b79fcc
commit f7d5454d2c
8 changed files with 229 additions and 46 deletions

View File

@@ -363,7 +363,8 @@
:search_account {:type '(list :account_search_result)
:args {:query {:type 'String}
:allowance {:type :account_allowance}
:client_id {:type :id}}
:client_id {:type :id}
:vendor_id {:type :id}}
:resolve :search-account}