[Changed] code-cleanup

Cette révision appartient à :
MaxBuhe01 2024-08-26 23:42:41 +02:00
Parent 2e45d644fe
révision 3d1389843d
3 fichiers modifiés avec 25 ajouts et 9 suppressions

23
IntelliSenseHelper.php Fichier normal
Voir le fichier

@ -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
{
}
}

Voir le fichier

@ -21,16 +21,9 @@ use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
use OxidEsales\Eshop\Core\Registry;
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
{
/**
/**
* @return bool
* @throws DatabaseConnectionException
*/

Voir le fichier

@ -82,7 +82,7 @@ $aModule = [
[
'template' => 'order_overview.tpl',
'block' => 'admin_order_overview_export',
'file' => 'views/smarty/blocks/blocks/order_overview.tpl'
'file' => 'views/smarty/blocks/order_overview.tpl'
]
],
'settings' => [