Skip to content

Commit

Permalink
Fix select by default gateway's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Mar 13, 2018
1 parent a955e74 commit 1ff13cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/paymentmodes.php
Expand Up @@ -570,7 +570,7 @@
print '</td>';
// Default
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 "<SPAN class='fa fa-circle fa-2x'></SPAN>";
Expand Down

0 comments on commit 1ff13cf

Please sign in to comment.