mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user