Fix select by default gateway's icon
This commit is contained in:
parent
a955e74329
commit
1ff13cff7a
@ -570,7 +570,7 @@ if ($socid && $action != 'edit' && $action != "create")
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
// Default
|
// Default
|
||||||
print '<td align="center" width="50">';
|
print '<td align="center" width="50">';
|
||||||
if (($cu->default_source!=$src->id))
|
if (($customerstripe->default_source!=$src->id))
|
||||||
{
|
{
|
||||||
print '<a href="' . DOL_URL_ROOT.'/societe/paymentmodes.php?socid='.$object->id.'&source='.$src->id.'&action=setassourcedefault">';
|
print '<a href="' . DOL_URL_ROOT.'/societe/paymentmodes.php?socid='.$object->id.'&source='.$src->id.'&action=setassourcedefault">';
|
||||||
print "<SPAN class='fa fa-circle fa-2x'></SPAN>";
|
print "<SPAN class='fa fa-circle fa-2x'></SPAN>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user