This commit is contained in:
Regis Houssin 2006-04-21 13:57:47 +00:00
parent c329ca1586
commit 00b300c6ee

View File

@ -345,8 +345,8 @@ if ($socidp > 0)
if ($resql)
{
$num = $db->num_rows($resql);
$objsoc = $db->fetch_object($resql);
print $objsoc->nb?($objsoc->nb):$langs->trans("NoOtherDeliveryAdress");
$objal = $db->fetch_object($resql);
print $objal->nb?($objal->nb):$langs->trans("NoOtherDeliveryAdress");
}
else
{