diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index 927045d36fb..61e5caf6fd4 100644
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -5685,7 +5685,7 @@ if ($action == 'create') {
print '';
print '';
- print '
';
+ print '
';
if (getDolGlobalString('MAIN_DISABLE_CONTACTS_TAB')) {
$blocname = 'contacts';
diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
index 11afdf10d2d..2a4a079b8c2 100644
--- a/htdocs/compta/paiement/list.php
+++ b/htdocs/compta/paiement/list.php
@@ -743,7 +743,7 @@ while ($i < $imaxinloop) {
// Payment type
if (!empty($arrayfields['c.libelle']['checked'])) {
- print ''.$langs->trans("PaymentTypeShort".$objp->paiement_code).' | ';
+ print 'paiement_code)).'">'.dolPrintHTML($langs->trans("PaymentTypeShort".$objp->paiement_code)).' | ';
if (!$i) {
$totalarray['nbfield']++;
}
diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
index 7d5412ddf9e..825ab376dfe 100644
--- a/htdocs/projet/list.php
+++ b/htdocs/projet/list.php
@@ -201,7 +201,7 @@ if (isModEnabled('category')) {
if (GETPOSTISARRAY('search_status') || GETPOST('search_status_multiselect')) {
$search_status = implode(',', GETPOST('search_status', 'array:intcomma'));
} else {
- $search_status = (GETPOST('search_status', 'intcomma') != '' ? GETPOST('search_status', 'intcomma') : '0,1');
+ $search_status = (GETPOST('search_status', 'intcomma') != '' ? GETPOST('search_status', 'intcomma') : (GETPOSTISSET('search_all') ? '' : '0,1'));
}
$search_option = GETPOST('search_option', 'alpha');