bugfix
This commit is contained in:
parent
c329ca1586
commit
00b300c6ee
@ -345,8 +345,8 @@ if ($socidp > 0)
|
|||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
$objsoc = $db->fetch_object($resql);
|
$objal = $db->fetch_object($resql);
|
||||||
print $objsoc->nb?($objsoc->nb):$langs->trans("NoOtherDeliveryAdress");
|
print $objal->nb?($objal->nb):$langs->trans("NoOtherDeliveryAdress");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user