[Changed] code-cleanup

This commit is contained in:
MaxBuhe01 2024-08-26 23:42:41 +02:00
bovenliggende 2e45d644fe
commit 3d1389843d
3 gewijzigde bestanden met toevoegingen van 25 en 9 verwijderingen

23
IntelliSenseHelper.php Normal file
Bestand weergeven

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

Bestand weergeven

@ -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
*/

Bestand weergeven

@ -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' => [