mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-30 23:20:34 -04: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',
|
'firstName',
|
||||||
'invoice',
|
'invoice',
|
||||||
'quote',
|
'quote',
|
||||||
|
'password',
|
||||||
'viewLink',
|
'viewLink',
|
||||||
'viewButton',
|
'viewButton',
|
||||||
'paymentLink',
|
'paymentLink',
|
||||||
'paymentButton',
|
'paymentButton',
|
||||||
'password',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false)
|
public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false)
|
||||||
|
@ -211,6 +211,7 @@
|
|||||||
"First Name",
|
"First Name",
|
||||||
"0001",
|
"0001",
|
||||||
"0001",
|
"0001",
|
||||||
|
'6h2NWNdw6',
|
||||||
"{{ URL::to('/view/...') }}",
|
"{{ URL::to('/view/...') }}",
|
||||||
'{!! Form::flatButton('view_invoice', '#0b4d78') !!}',
|
'{!! Form::flatButton('view_invoice', '#0b4d78') !!}',
|
||||||
"{{ URL::to('/payment/...') }}",
|
"{{ URL::to('/payment/...') }}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user