mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Fix password placeholder in email template
This commit is contained in:
parent
d0d30e1e26
commit
0166576987
@ -27,11 +27,11 @@ class ContactMailer extends Mailer
|
||||
'firstName',
|
||||
'invoice',
|
||||
'quote',
|
||||
'password',
|
||||
'viewLink',
|
||||
'viewButton',
|
||||
'paymentLink',
|
||||
'paymentButton',
|
||||
'password',
|
||||
];
|
||||
|
||||
public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false)
|
||||
|
@ -211,6 +211,7 @@
|
||||
"First Name",
|
||||
"0001",
|
||||
"0001",
|
||||
'6h2NWNdw6',
|
||||
"{{ URL::to('/view/...') }}",
|
||||
'{!! Form::flatButton('view_invoice', '#0b4d78') !!}',
|
||||
"{{ URL::to('/payment/...') }}",
|
||||
|
Loading…
Reference in New Issue
Block a user