From dc8ad0a6729a37647d1436fa0851cb032e4bdf7a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 29 Mar 2022 19:07:48 +1100 Subject: [PATCH] Fixes for fillable fields for company --- app/Models/Company.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Company.php b/app/Models/Company.php index 964a226f2187..24e1ff98f288 100644 --- a/app/Models/Company.php +++ b/app/Models/Company.php @@ -99,6 +99,7 @@ class Company extends BaseModel 'report_include_drafts', 'client_registration_fields', 'convert_rate_to_client', + 'markdown_email_enabled', ]; protected $hidden = [