remove links

This commit is contained in:
radhika587
2022-01-20 16:26:09 +05:30
parent 221184df41
commit 980de6d492
4 changed files with 0 additions and 6 deletions

View File

@ -643,7 +643,6 @@ class Invoice extends Model implements HasMedia
'{INVOICE_DUE_DATE}' => $this->formattedDueDate,
'{INVOICE_NUMBER}' => $this->invoice_number,
'{INVOICE_REF_NUMBER}' => $this->reference_number,
'{INVOICE_LINK}' => url('/customer/invoices/pdf/'.$this->unique_hash),
];
}