Files
sterivein/templates/backOffice/default/coupon/condition-input-ajax.html
gmorel e606a6f8ce Coupon : Condition module refactor
Less crappy unmaintainable javascript
More logic in extendable php
2014-01-05 00:00:15 +01:00

7 lines
190 B
HTML
Executable File

{$inputsDrawn nofilter}
<input name="conditionIndex" type="hidden" value="{$conditionIndex}" />
<script>
$.couponManager.conditionToUpdateServiceId = '{$conditionServiceId}';
</script>