This commit is contained in:
denisdulici
2018-11-06 11:50:40 +03:00
parent e8fccd5e3f
commit 99c735dba8
6 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@ class Invoice extends Notification
}
if ($this->invoice->customer->user) {
$message->action(trans('invoices.notification.button'), url('customers/invoices', $this->invoice->id, true));
$message->action(trans('invoices.notification.button'), url('customers/invoices', $this->invoice->id));
}
return $message;