diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
index c978e035785..0d2b5e7ada4 100644
--- a/htdocs/comm/propal/list.php
+++ b/htdocs/comm/propal/list.php
@@ -334,11 +334,17 @@ if ($result)
print $objectstatic->getNomUrl(1);
print '';
- print '
';
+ print ' | ';
if ($objp->fk_statut == 1 && $db->jdate($objp->dfv) < ($now - $conf->propal->cloture->warning_delay)) print img_warning($langs->trans("Late"));
+ if (! empty($objp->note_private))
+ {
+ print ' ';
+ print ''.img_picto($langs->trans("ViewPrivateNote"),'object_generic').'';
+ print '';
+ }
print ' | ';
- print '';
+ print ' | ';
$filename=dol_sanitizeFileName($objp->ref);
$filedir=$conf->propal->dir_output . '/' . dol_sanitizeFileName($objp->ref);
$urlsource=$_SERVER['PHP_SELF'].'?id='.$objp->propalid;
@@ -353,23 +359,13 @@ if ($result)
$companystatic->client=$objp->client;
print ' | ';
print $companystatic->getNomUrl(1,'customer');
- if(!empty($objp->note_private))
- {
- print ' ';
- print '';
-
- }
print ' | ';
// Town
print '';
print $objp->town;
print ' | ';
-
+
// Customer ref
print '';
print $objp->ref_client;
diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php
index aa3628dd2ba..b5175888849 100644
--- a/htdocs/commande/liste.php
+++ b/htdocs/commande/liste.php
@@ -321,8 +321,14 @@ if ($resql)
print $generic_commande->getNomUrl(1,($viewstatut != 2?0:$objp->fk_statut));
print ' | ';
- print '';
+ print ' | ';
if (($objp->fk_statut > 0) && ($objp->fk_statut < 3) && $db->jdate($objp->date_valid) < ($now - $conf->commande->client->warning_delay)) print img_picto($langs->trans("Late"),"warning");
+ if(!empty($objp->note_private))
+ {
+ print ' ';
+ print ''.img_picto($langs->trans("ViewPrivateNote"),'object_generic').'';
+ print '';
+ }
print ' | ';
print '';
@@ -354,15 +360,6 @@ if ($resql)
}
}
}
- if(!empty($objp->note_private))
- {
- print ' ';
- print '';
- }
print ' | ';
print ''.$objp->ref_client.' | ';
diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
index c61b5c5ed5b..59c6852480c 100644
--- a/htdocs/compta/facture/list.php
+++ b/htdocs/compta/facture/list.php
@@ -340,12 +340,18 @@ if ($resql)
print $objp->increment;
print '';
- print '';
+ print ' | ';
+ if (! empty($objp->note_private))
+ {
+ print ' ';
+ print ''.img_picto($langs->trans("ViewPrivateNote"),'object_generic').'';
+ print '';
+ }
$filename=dol_sanitizeFileName($objp->facnumber);
$filedir=$conf->facture->dir_output . '/' . dol_sanitizeFileName($objp->facnumber);
$urlsource=$_SERVER['PHP_SELF'].'?id='.$objp->facid;
print $formfile->getDocumentsLink($facturestatic->element, $filename, $filedir);
- print ' | ';
+ print '';
print '';
print '';
@@ -369,14 +375,6 @@ if ($resql)
$thirdparty->id=$objp->socid;
$thirdparty->nom=$objp->nom;
print $thirdparty->getNomUrl(1,'customer');
- if(!empty($objp->note_private))
- {
- print '
';
- print '';
- }
print '';
print ''.price($objp->total_ht,0,$langs).' | ';