mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
add link to out/out.ReceiptSummary.php in MyDocuments menu
This commit is contained in:
parent
1ab9fdb229
commit
5702708643
|
@ -526,6 +526,7 @@ $(document).ready(function () {
|
||||||
} else {
|
} else {
|
||||||
echo "<li><a href=\"../out/out.WorkflowSummary.php\">".getMLText("workflow_summary")."</a></li>\n";
|
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 "</ul>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user