This commit is contained in:
Laurent Destailleur 2018-03-27 18:00:17 +02:00
parent 4c9ccb163c
commit 20eb7015e8

View File

@ -1,6 +1,6 @@
<?php <?php
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2018 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -24,8 +24,7 @@
/** /**
* \class DiscountAbsolute * Class to manage absolute discounts
* \brief Class to manage absolute discounts
*/ */
class DiscountAbsolute class DiscountAbsolute
{ {