[Changed] code-cleanup
This commit is contained in:
parent
2e45d644fe
commit
3d1389843d
23
IntelliSenseHelper.php
Normal file
23
IntelliSenseHelper.php
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This Software is the property of Data Development and is protected
|
||||||
|
* by copyright law - it is NOT Freeware.
|
||||||
|
* Any unauthorized use of this software without a valid license
|
||||||
|
* is a violation of the license agreement and will be prosecuted by
|
||||||
|
* civil and criminal law.
|
||||||
|
* http://www.shopmodule.com
|
||||||
|
*
|
||||||
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
|
||||||
|
* @link http://www.oxidmodule.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace D3\PdfDocuments\Modules\Application\Controller {
|
||||||
|
|
||||||
|
use OxidEsales\Eshop\Application\Controller\Admin\OrderOverview;
|
||||||
|
|
||||||
|
class d3_overview_controller_pdfdocuments_parent extends OrderOverview
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -21,16 +21,9 @@ use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
|
|||||||
use OxidEsales\Eshop\Core\Registry;
|
use OxidEsales\Eshop\Core\Registry;
|
||||||
use OxidEsales\Eshop\Core\TableViewNameGenerator;
|
use OxidEsales\Eshop\Core\TableViewNameGenerator;
|
||||||
|
|
||||||
if (false) {
|
|
||||||
class_alias(
|
|
||||||
d3_overview_controller_pdfdocuments_parent::class,
|
|
||||||
OrderOverview::class
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
class d3_overview_controller_pdfdocuments extends d3_overview_controller_pdfdocuments_parent
|
class d3_overview_controller_pdfdocuments extends d3_overview_controller_pdfdocuments_parent
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @return bool
|
* @return bool
|
||||||
* @throws DatabaseConnectionException
|
* @throws DatabaseConnectionException
|
||||||
*/
|
*/
|
||||||
|
@ -82,7 +82,7 @@ $aModule = [
|
|||||||
[
|
[
|
||||||
'template' => 'order_overview.tpl',
|
'template' => 'order_overview.tpl',
|
||||||
'block' => 'admin_order_overview_export',
|
'block' => 'admin_order_overview_export',
|
||||||
'file' => 'views/smarty/blocks/blocks/order_overview.tpl'
|
'file' => 'views/smarty/blocks/order_overview.tpl'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'settings' => [
|
'settings' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user