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