correct wrong phrase if there are no group receipts

This commit is contained in:
Uwe Steinmann 2015-05-08 08:30:35 +02:00
parent 2ddd6aa468
commit 7d664ac105

View File

@ -135,7 +135,7 @@ class SeedDMS_View_ReceiptSummary extends SeedDMS_Bootstrap_Style {
if (!$printheader) {
echo "</tbody>\n</table>";
}else{
printMLText("empty_notify_list");
printMLText("no_docs_to_receipt");
}