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 6, 2018
1 parent dff5465 commit aff58aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PickingLists.php
@@ -1,11 +1,14 @@
<?php

/* Picking List Maintenance */

/* Session started in session.php for password checking and authorisation level check */
include('includes/DefineCartClass.php');
include('includes/DefineSerialItems.php');

include('includes/session.php');
$Title = _('Picking List Maintenance');
$ViewTopic = '';
$BookMark = 'PickingLists';

$ARSecurity = 3;

Expand Down

0 comments on commit aff58aa

Please sign in to comment.