diff --git a/templates/backOffice/default/assets/js/coupon.js b/templates/backOffice/default/assets/js/coupon.js index 7e7780f30..74b511c82 100644 --- a/templates/backOffice/default/assets/js/coupon.js +++ b/templates/backOffice/default/assets/js/coupon.js @@ -95,6 +95,7 @@ $(function($){ ).done(function() { $.couponManager.displayConditionsSummary(); $('#condition-add-operators-values').html(''); + $('#condition-add-type').find('.typeToolTip').html(''); // Set the condition selector to default $("#category-condition option").filter(function() { return $(this).val() == '';