2
0
forked from Wavyzz/dolibarr

NEW When emailing is not sent completely, show progression

This commit is contained in:
Laurent Destailleur
2016-02-12 14:23:40 +01:00
parent d0ab1db19b
commit 94732b8ae9

View File

@@ -818,7 +818,9 @@ else
print '</td></tr>';
// Status
print '<tr><td>'.$langs->trans("Status").'</td><td colspan="3">'.$object->getLibStatut(4).'</td></tr>';
print '<tr><td>'.$langs->trans("Status").'</td><td colspan="3">'.$object->getLibStatut(4);
if ($object->statut == 2) print ' ('.$object->countNbOfTargets('alreadysent').'/'.$object->nbemail.')';
print'</td></tr>';
// Nb of distinct emails
print '<tr><td>';