From ceda1ad55cff57708fd09ff310bbd1b682028200 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 17 May 2011 14:45:20 +0000 Subject: [PATCH] Fix: missing socid --- htdocs/fourn/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/liste.php b/htdocs/fourn/liste.php index 53c72051293..b2ebc102075 100644 --- a/htdocs/fourn/liste.php +++ b/htdocs/fourn/liste.php @@ -1,7 +1,7 @@ * Copyright (C) 2004-2011 Laurent Destailleur - * Copyright (C) 2005-2006 Regis Houssin + * Copyright (C) 2005-2011 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -172,7 +172,7 @@ if ($resql) $obj = $db->fetch_object($resql); $var=!$var; - $thirdpartystatic->id=$obj->rowid; + $thirdpartystatic->id=$obj->socid; $thirdpartystatic->nom=$obj->nom; $thirdpartystatic->status=$obj->status;