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

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

View File

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