From 8c044303f2b578564315e826ee82f70f6cb9b1b4 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 2 May 2014 20:54:53 +0200 Subject: [PATCH] drawBackOfficeInputs() is now abstract --- core/lib/Thelia/Coupon/Type/CouponAbstract.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/core/lib/Thelia/Coupon/Type/CouponAbstract.php b/core/lib/Thelia/Coupon/Type/CouponAbstract.php index 985960cfa..0653fbee2 100644 --- a/core/lib/Thelia/Coupon/Type/CouponAbstract.php +++ b/core/lib/Thelia/Coupon/Type/CouponAbstract.php @@ -353,20 +353,7 @@ abstract class CouponAbstract implements CouponInterface * * @return string HTML string */ - public function drawBackOfficeInputs() - { - $label = $this->getInputName(); - $value = $this->amount; - - $html = ' -
- - -
- '; - - return $html; - } + public abstract function drawBackOfficeInputs(); /** * Get all extended inputs name to manage