diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index 2ba271cd936..9365ccbf011 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -1596,11 +1596,11 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print '';
}
- print 'id.'&id='.$rib->id.'&action=edit">';
+ print 'id.'&id='.$rib->id.'&action=edit">';
print img_picto($langs->trans("Modify"), 'edit');
print '';
- print 'id.'&id='.$rib->id.'&action=delete&token='.newToken().'">';
+ print 'id.'&id='.$rib->id.'&action=delete&token='.newToken().'">';
print img_picto($langs->trans("Delete"), 'delete');
print '';
}