mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:04:30 -04:00
Added preview for email templates
This commit is contained in:
parent
6971060049
commit
47cd8a0a33
@ -18,7 +18,7 @@ class InvoicePresenter extends Presenter {
|
|||||||
|
|
||||||
public function balanceDueLabel()
|
public function balanceDueLabel()
|
||||||
{
|
{
|
||||||
if ($this->entity->partial) {
|
if ($this->entity->partial > 0) {
|
||||||
return 'partial_due';
|
return 'partial_due';
|
||||||
} elseif ($this->entity->is_quote) {
|
} elseif ($this->entity->is_quote) {
|
||||||
return 'total';
|
return 'total';
|
||||||
|
@ -1177,6 +1177,7 @@ $LANG = array(
|
|||||||
'live_preview_disabled' => 'Live preview has been disabled to support selected font',
|
'live_preview_disabled' => 'Live preview has been disabled to support selected font',
|
||||||
'invoice_number_padding' => 'Padding',
|
'invoice_number_padding' => 'Padding',
|
||||||
'preview' => 'Preview',
|
'preview' => 'Preview',
|
||||||
|
'list_vendors' => 'List Vendors',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user