From 11704ea6fb4153724fc9cd94f22f3ef8e4108216 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 23 Nov 2020 22:33:45 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/societe/class/api_contacts.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/societe/class/api_contacts.class.php b/htdocs/societe/class/api_contacts.class.php index ee131a5c40f..9463aba5277 100644 --- a/htdocs/societe/class/api_contacts.class.php +++ b/htdocs/societe/class/api_contacts.class.php @@ -95,7 +95,7 @@ class Contacts extends DolibarrApi { $this->contact->load_ref_elements(); } - + if ($includeroles) { $this->contact->fetchRoles(); @@ -259,7 +259,7 @@ class Contacts extends DolibarrApi if ($includecount) { $contact_static->load_ref_elements(); - } + } if ($includeroles) { $contact_static->fetchRoles();