diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index b8e4af6b264..4ab780cfabf 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1739,7 +1739,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' // 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';