From 29a09e5cbc7f912b84560c468a000f361b6c1843 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Dec 2021 18:49:11 +0100 Subject: [PATCH] typo --- htdocs/societe/paymentmodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 7d93a7d347e..7405fcedb18 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1228,7 +1228,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' if ($nbremote == 0 && $nblocal == 0) { $colspan = (!empty($conf->global->STRIPE_ALLOW_LOCAL_CARD) ? 10 : 9); - print '>'.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print ""; print "";