add link to out/out.ReceiptSummary.php in MyDocuments menu

This commit is contained in:
Uwe Steinmann 2015-04-22 14:57:36 +02:00
parent 1ab9fdb229
commit 5702708643

View File

@ -526,6 +526,7 @@ $(document).ready(function () {
} else {
echo "<li><a href=\"../out/out.WorkflowSummary.php\">".getMLText("workflow_summary")."</a></li>\n";
}
echo "<li><a href=\"../out/out.ReceiptSummary.php\">".getMLText("receipt_summary")."</a></li>\n";
echo "</ul>\n";
echo "</div>\n";
return;