fixed catalog price popover
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
02c63b0d5f
commit
842101e239
|
@ -48,11 +48,10 @@
|
||||||
<span> x {{::price.price | currency: 'EUR': 2}}</span>
|
<span> x {{::price.price | currency: 'EUR': 2}}</span>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<vn-input-number
|
<vn-input-number min="0"
|
||||||
name="quantity"
|
name="quantity"
|
||||||
label="Qty."
|
label="Qty."
|
||||||
field="price.quantity"
|
model="price.quantity"
|
||||||
min="0"
|
|
||||||
step="price.grouping"
|
step="price.grouping"
|
||||||
on-change="$ctrl.validate()">
|
on-change="$ctrl.validate()">
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
|
|
Loading…
Reference in New Issue