fixed coupon bugs

fix add and edit bug
This commit is contained in:
Focuslinkstech
2024-12-25 10:20:29 +01:00
parent 2dc50c3637
commit cf6f89b3f2
2 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@
<div class="form-group">
<label class="col-md-2 control-label">{Lang::T('Max Usage')}</label>
<div class="col-md-6">
<input type="number" class="form-control" name="max_usage" value="0" required>
<input type="number" class="form-control" name="max_usage" value="0" required placeholder="0 is Unlimited">
<p class="help-block"><small>{Lang::T('Maximum number of times this coupon can be used 0 is Unlimited')}</small></p>
</div>
</div>