From f85389ac296fc7e3fd28ae1c99b8ba20bf187946 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Jan 2019 01:11:34 +0100 Subject: [PATCH] Fix missing td column --- htdocs/admin/defaultvalues.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php index 84271cff38f..6d56ba415c1 100644 --- a/htdocs/admin/defaultvalues.php +++ b/htdocs/admin/defaultvalues.php @@ -376,6 +376,11 @@ if ($result) print ''; } + if (! empty($conf->multicompany->enabled) && !$user->entity) + { + print ''; + } + // Actions print ''; if ($action != 'edit' || GETPOST('rowid') != $obj->rowid)