fix minor bug

This commit is contained in:
Manuel Raynaud
2014-05-09 10:55:50 +02:00
parent d9d350ea24
commit 85d80d1d77
31 changed files with 243 additions and 309 deletions

View File

@@ -354,7 +354,8 @@ abstract class CouponAbstract implements CouponInterface
*
* @return string HTML string
*/
public function drawBackOfficeInputs() {
public function drawBackOfficeInputs()
{
return $this->facade->getParser()->render('coupon/type-fragments/remove-x.html', [
'label' => $this->getInputName(),
'fieldName' => self::INPUT_AMOUNT_NAME,