mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
correct wrong phrase if there are no group receipts
This commit is contained in:
parent
2ddd6aa468
commit
7d664ac105
|
@ -135,7 +135,7 @@ class SeedDMS_View_ReceiptSummary extends SeedDMS_Bootstrap_Style {
|
||||||
if (!$printheader) {
|
if (!$printheader) {
|
||||||
echo "</tbody>\n</table>";
|
echo "</tbody>\n</table>";
|
||||||
}else{
|
}else{
|
||||||
printMLText("empty_notify_list");
|
printMLText("no_docs_to_receipt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user