Merge pull request #20341 from daraelmin/patch-8
Fix Warning in htdocs/adherents/card.php
This commit is contained in:
commit
f13e7bb03d
@ -789,8 +789,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
$object->country = $tmparray['label'];
|
$object->country = $tmparray['label'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$soc = new Societe($db);
|
||||||
if (!empty($socid)) {
|
if (!empty($socid)) {
|
||||||
$soc = new Societe($db);
|
|
||||||
if ($socid > 0) $soc->fetch($socid);
|
if ($socid > 0) $soc->fetch($socid);
|
||||||
|
|
||||||
if (!($soc->id > 0)) {
|
if (!($soc->id > 0)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user