From b28546e1697436d0863e1f9eb5a377659b7326a6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Mar 2018 10:21:28 +0300 Subject: [PATCH] Add additional custom labels --- app/Models/Account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Account.php b/app/Models/Account.php index 0a211d00326e..31c80840259f 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -235,6 +235,7 @@ class Account extends Eloquent public static $customLabels = [ 'balance_due', 'credit_card', + 'delivery_note', 'description', 'discount', 'due_date', @@ -259,6 +260,7 @@ class Account extends Eloquent 'tax', 'terms', 'unit_cost', + 'valid_until', 'vat_number', ];