Fix select by default gateway's icon

This commit is contained in:
ptibogxiv 2018-03-13 15:43:11 +01:00 committed by GitHub
parent a955e74329
commit 1ff13cff7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -570,7 +570,7 @@ if ($socid && $action != 'edit' && $action != "create")
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>";