Fix external link must be after label
This commit is contained in:
parent
97273ff746
commit
44d8333633
@ -967,7 +967,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
||||
{
|
||||
$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
|
||||
}
|
||||
print "<a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$src->id."</a>";
|
||||
print $src->id." <a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')."</a>";
|
||||
print '</td>';
|
||||
// Img of credit card
|
||||
print '<td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user