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