diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 65d915556d4..d872c9dfef3 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1091,14 +1091,14 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' { if ($stripecu && empty($companypaymentmodetemp->stripe_card_ref)) { - print ''.$langs->trans("CreateCardOnStripe").''; + print ''.$langs->trans("CreateCardOnStripe").''; } - print ''; + print ''; print img_picto($langs->trans("Modify"), 'edit'); print ''; print ' '; - print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'& + print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'& print img_picto($langs->trans("Delete"), 'delete'); print ''; }