Skip to content

Commit

Permalink
Add script description, ViewTopic and BookMark
Browse files Browse the repository at this point in the history
Add script description, ViewTopic and BookMark.
  • Loading branch information
rafa62 committed May 8, 2018
1 parent a1c8fac commit 80243e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CounterReturns.php
@@ -1,15 +1,17 @@
<?php
/* This script allows credits and refunds from the default Counter Sale account for an inventory location. */

include('includes/DefineCartClass.php');

/* Session started in session.php for password checking and authorisation level check
config.php is in turn included in session.php $PageSecurity now comes from session.php (and gets read in by GetConfig.php*/

include('includes/session.php');

$Title = _('Counter Returns');

$ViewTopic = 'SalesOrders';
$BookMark = 'CounterReturns';
include('includes/header.php');

include('includes/GetPrice.inc');
include('includes/SQL_CommonFunctions.inc');
include('includes/GetSalesTransGLCodes.inc');
Expand Down

0 comments on commit 80243e2

Please sign in to comment.