Added preview for email templates
This commit is contained in:
parent
6971060049
commit
47cd8a0a33
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class InvoicePresenter extends Presenter {
|
|||
|
||||
public function balanceDueLabel()
|
||||
{
|
||||
if ($this->entity->partial) {
|
||||
if ($this->entity->partial > 0) {
|
||||
return 'partial_due';
|
||||
} elseif ($this->entity->is_quote) {
|
||||
return 'total';
|
||||
|
|
|
|||
|
|
@ -1177,6 +1177,7 @@ $LANG = array(
|
|||
'live_preview_disabled' => 'Live preview has been disabled to support selected font',
|
||||
'invoice_number_padding' => 'Padding',
|
||||
'preview' => 'Preview',
|
||||
'list_vendors' => 'List Vendors',
|
||||
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue