fixed App\Notifications\Sale\Invoice getTagsReplacement() - updated from invoice_number to document_number

This commit is contained in:
Ahmad Syamim 2021-01-22 18:33:25 +09:00
parent e2a2723e28
commit 9071c939c4

View File

@ -90,7 +90,7 @@ class Invoice extends Notification
public function getTagsReplacement()
{
return [
$this->invoice->invoice_number,
$this->invoice->document_number,
money($this->invoice->amount, $this->invoice->currency_code, true),
company_date($this->invoice->due_at),
URL::signedRoute('signed.invoices.show', [$this->invoice->id, 'company_id' => $this->invoice->company_id]),