fixed catalog price popover
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-04-16 12:11:06 +02:00
parent 2e325310d8
commit fb517cb923
1 changed files with 2 additions and 3 deletions

View File

@ -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>