1
0
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:
Joshua Dwire 2016-03-05 18:16:23 -05:00
parent d0d30e1e26
commit 0166576987
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -211,6 +211,7 @@
"First Name",
"0001",
"0001",
'6h2NWNdw6',
"{{ URL::to('/view/...') }}",
'{!! Form::flatButton('view_invoice', '#0b4d78') !!}',
"{{ URL::to('/payment/...') }}",