From b2044374731fe04c25800c0d7c17d0c2ea889ced Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 3 Oct 2022 17:05:55 +0300 Subject: [PATCH] Add missing provider fields in the "create" and "update" methods --- application/controllers/Providers.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/controllers/Providers.php b/application/controllers/Providers.php index a706ceb3..d9708aaa 100644 --- a/application/controllers/Providers.php +++ b/application/controllers/Providers.php @@ -147,6 +147,8 @@ class Providers extends EA_Controller { 'state', 'zip_code', 'notes', + 'timezone', + 'language', 'is_private', 'id_roles', 'settings', @@ -196,6 +198,8 @@ class Providers extends EA_Controller { 'state', 'zip_code', 'notes', + 'timezone', + 'language', 'is_private', 'id_roles', 'settings',