mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #27742 from FHenry/17_fix_online_link
fix: onligne Signaturelink is bad for locaorexternal
This commit is contained in:
commit
fcf024ef4f
|
|
@ -35,7 +35,7 @@ function showOnlineSignatureUrl($type, $ref, $obj = null)
|
|||
$servicename = 'Online';
|
||||
|
||||
$out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlineSignature", $servicename).'</span><br>';
|
||||
$url = getOnlineSignatureUrl(0, $type, $ref, $obj);
|
||||
$url = getOnlineSignatureUrl(0, $type, $ref, 1, $obj);
|
||||
$out .= '<div class="urllink">';
|
||||
if ($url == $langs->trans("FeatureOnlineSignDisabled")) {
|
||||
$out .= $url;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user