Merge pull request #17734 from frederic34/patch-7

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-04 12:42:36 +02:00 committed by GitHub
commit 8d77f498a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1908,7 +1908,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
}
// Reactivate
if (Adherent::STATUS_RESILIATED == $object->statut || Adherent::STATUS_EXCLUDED == $Object->statut) {
if (Adherent::STATUS_RESILIATED == $object->statut || Adherent::STATUS_EXCLUDED == $object->statut) {
if ($user->rights->adherent->creer) {
print '<a class="butAction" href="card.php?rowid='.$id.'&action=valid">'.$langs->trans("Reenable")."</a>\n";
} else {