diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index b8e4af6b264e8..4ab780cfabfd3 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1739,7 +1739,7 @@ // Show online signature link if (!getDolGlobalInt('SOCIETE_DISABLE_BANKACCOUNT') && getDolGlobalInt("SOCIETE_RIB_ALLOW_ONLINESIGN")) { - print ''; + print ''; $useonlinesignature = 1; if ($useonlinesignature) { require_once DOL_DOCUMENT_ROOT . '/core/lib/signature.lib.php';