Add payments to templates

This commit is contained in:
David Bomba 2025-01-14 18:35:02 +11:00
parent da9170ec62
commit 94081a7191
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class TemplateService
private ?Vendor $vendor = null; private ?Vendor $vendor = null;
private Invoice | Quote | Credit | PurchaseOrder | RecurringInvoice | Task | Project $entity; private Invoice | Quote | Credit | PurchaseOrder | RecurringInvoice | Task | Project | Payment $entity;
private Payment $payment; private Payment $payment;