feat(invoice-ninja): add new quotes trigger

This commit is contained in:
Rıdvan Akca
2023-10-06 15:58:49 +03:00
parent ef67908451
commit 27c296bb89
3 changed files with 76 additions and 1 deletions

View File

@@ -3,5 +3,13 @@ import newCredits from './new-credits';
import newInvoices from './new-invoices';
import newPayments from './new-payments';
import newProjects from './new-projects';
import newQuotes from './new-quotes';
export default [newClients, newCredits, newInvoices, newPayments, newProjects];
export default [
newClients,
newCredits,
newInvoices,
newPayments,
newProjects,
newQuotes,
];