From 63cddfe2628c81a00f3e7b54661bfeeb3000ff12 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 30 Aug 2017 15:34:07 +0300 Subject: [PATCH] Support relabeling outstanding --- app/Models/Account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Account.php b/app/Models/Account.php index 750d4c187a67..2f28c19a3d59 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -234,6 +234,7 @@ class Account extends Eloquent 'id_number', 'item', 'line_total', + 'outstanding', 'paid_to_date', 'partial_due', 'po_number',