Coupon : Condition module : add tooltip on condition select

This commit is contained in:
gmorel
2014-01-05 20:17:30 +01:00
parent db09e0b224
commit b8c2c2d703
3 changed files with 8 additions and 2 deletions

View File

@@ -611,6 +611,7 @@ class CouponController extends BaseAdminController
$condition = array();
$condition['serviceId'] = $availableCondition->getServiceId();
$condition['name'] = $availableCondition->getName();
$condition['toolTip'] = $availableCondition->getToolTip();
$cleanedConditions[] = $condition;
}