From b20594dc43e43a3e345f4b2b1960c79e3925350e Mon Sep 17 00:00:00 2001 From: Roman Miniv <1pi15bminivroman@gmail.com> Date: Thu, 14 Jan 2021 23:01:31 +0200 Subject: [PATCH] Deleted fillable duplicates. --- app/Models/Invoice.php | 1 - app/Models/Quote.php | 1 - 2 files changed, 2 deletions(-) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 6886629fc7..55b12addcd 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -70,7 +70,6 @@ class Invoice extends BaseModel 'tax_name3', 'tax_rate3', 'is_amount_discount', - 'footer', 'partial', 'partial_due_date', 'project_id', diff --git a/app/Models/Quote.php b/app/Models/Quote.php index 8421a3e02c..71efbd2335 100644 --- a/app/Models/Quote.php +++ b/app/Models/Quote.php @@ -59,7 +59,6 @@ class Quote extends BaseModel 'tax_name3', 'tax_rate3', 'is_amount_discount', - 'footer', 'partial', 'partial_due_date', 'custom_value1',