// Context part 9
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7637 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -29,8 +29,6 @@ class AdminDeliverySlip extends AdminTab
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
global $cookie;
|
||||
|
||||
$this->table = 'delivery';
|
||||
|
||||
$this->optionTitle = $this->l('Delivery slips options');
|
||||
@@ -44,7 +42,6 @@ class AdminDeliverySlip extends AdminTab
|
||||
|
||||
public function displayForm($isMainTab = true)
|
||||
{
|
||||
global $currentIndex;
|
||||
parent::displayForm();
|
||||
|
||||
$output = '
|
||||
@@ -79,8 +76,6 @@ class AdminDeliverySlip extends AdminTab
|
||||
|
||||
public function postProcess()
|
||||
{
|
||||
global $currentIndex;
|
||||
|
||||
if (Tools::getValue('submitPrint'))
|
||||
{
|
||||
if (!Validate::isDate($_POST['date_from']))
|
||||
|
||||
Reference in New Issue
Block a user