mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
[bug] removed unexpected character in coupon form
This commit is contained in:
parent
8945dbfb39
commit
26f26c02bb
@ -6,6 +6,7 @@
|
||||
- Fix a bug: slots duration is not shown when looking at a new availability
|
||||
- Fix a bug: user's manual URL is not up-to-date
|
||||
- Fix a bug: unable to create a subscription plan for only one group
|
||||
- Fix a bug: removed unexpected character in coupon form
|
||||
- Updated coveralls gem to a supported version
|
||||
|
||||
## v4.5.6 2020 September 1st
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
<div class="form-group" ng-class="{'has-error': couponForm['coupon[amount_off]'].$dirty && couponForm['coupon[amount_off]'].$invalid}" ng-show="coupon.type == 'amount_off'">
|
||||
²<div class="input-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">{{currencySymbol}}</span>
|
||||
<input type="number" id="coupon[amount_off]"
|
||||
name="coupon[amount_off]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user