reminders about scaling.

This commit is contained in:
Bryce Covert
2018-07-26 10:28:48 -07:00
parent 8bb35d70c0
commit 5582d18c4a
3 changed files with 5 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
:left-join [[:invoices :exist]
[:and
[:= :exist.invoice-number :v.invoice-number]
[:not= :exist.status "voided"]
[:= :exist.company-id :v.company-id]
[:or [:= :exist.vendor-id :v.vendor-id]
[:and