fixed #598
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user