From dacd7227bc81ef31132bb283c7b17ca5ee579902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 4 Nov 2019 20:23:21 +0100 Subject: [PATCH] replace societe_id by socid --- htdocs/salaries/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/salaries/list.php b/htdocs/salaries/list.php index 02a729cb16c..51fd8462180 100644 --- a/htdocs/salaries/list.php +++ b/htdocs/salaries/list.php @@ -226,7 +226,7 @@ if ($result) $userstatic->admin=$obj->admin; $userstatic->login=$obj->login; $userstatic->email=$obj->email; - $userstatic->societe_id=$obj->fk_soc; + $userstatic->socid=$obj->fk_soc; $userstatic->statut=$obj->status; $salstatic->id=$obj->rowid;