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

@ -62,7 +62,7 @@ class Invoice extends Notification
]);
}
$message->action(trans('customers.notification.button'), url('incomes/invoices', $this->invoice->id, true));
$message->action(trans('customers.notification.button'), url('incomes/invoices', $this->invoice->id));
return $message;
}