Skip to content

Commit

Permalink
Add script description
Browse files Browse the repository at this point in the history
Add script description. Also, fix $ViewTopic.
  • Loading branch information
rafa62 authored May 7, 2018
1 parent 41380a6 commit fdfda21
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GLAccountGraph.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php
/* Shows a graph of GL account transactions */
/* By Paul Becker */

include ('includes/session.php');
include ('includes/phplot/phplot.php');
$Title = _('GL Account Graph');

$ViewTopic = 'GLInquiries';
$ViewTopic = 'GeneralLedger';
$BookMark = 'GLAccountGraph';

include ('includes/header.php');

$SelectADifferentPeriod = '';
Expand Down Expand Up @@ -269,4 +268,4 @@
</div>';
include ('includes/footer.php');
}
?>
?>

0 comments on commit fdfda21

Please sign in to comment.