8
0
Bifurcation 0
Ce dépôt a été archivé le 2021-01-04. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
TaxRatesAdjustment/copy_this/_taxRates/Models/reduceTaxRate.php

27 lignes
704 B
PHP
Brut Vue normale Historique

2020-06-05 16:29:31 +02:00
<?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\TaxRatesAdjustment\Models;
2020-06-08 22:16:22 +02:00
require 'taxRateAbstract.php';
2020-06-05 16:29:31 +02:00
class reduceTaxRate extends taxRateAbstract
{
public $execPeriod = [
2020-06-06 00:40:52 +02:00
'2020-06-27',
2020-06-05 16:29:31 +02:00
'2020-07-03',
];
2020-06-06 00:40:52 +02:00
}