diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index fe1456fd820..0baffe090d2 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -784,6 +784,8 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print '';
print '';
+ dol_fiche_end();
+
print '
';
// List of Stripe payment modes
@@ -792,7 +794,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
$morehtmlright='';
if (! empty($conf->global->STRIPE_ALLOW_LOCAL_CARD))
{
- $morehtmlright='id.'&action=createcard">'.$langs->trans("Add").'';
+ $morehtmlright='id.'&action=createcard">'.$langs->trans("Add").' ';
}
print load_fiche_titre($langs->trans('StripePaymentModes').($stripeacc?' (Stripe connection with Stripe OAuth Connect account '.$stripeacc.')':' (Stripe connection with keys from Stripe module setup)'), $morehtmlright, '');
@@ -1041,12 +1043,11 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
// List of bank accounts
print '
';
- $morehtmlright='id.'&action=create">'.$langs->trans("Add").'';
+ $morehtmlright='id.'&action=create">'.$langs->trans("Add").' ';
print load_fiche_titre($langs->trans("BankAccounts"), $morehtmlright, '');
$rib_list = $object->get_all_rib();
- $var = false;
if (is_array($rib_list))
{
print '