mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
CSS
This commit is contained in:
parent
4a3d081dca
commit
0cb9fbc39a
|
|
@ -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 '<td class="width200">';
|
||||
print '<td class="minwidth200 width200">';
|
||||
$useonlinesignature = 1;
|
||||
if ($useonlinesignature) {
|
||||
require_once DOL_DOCUMENT_ROOT . '/core/lib/signature.lib.php';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user