Parcourir la source

[backend] Document : prix ajout produit

prodstable
Guillaume il y a 2 ans
Parent
révision
ad1f9d248d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      backend/web/js/vuejs/document-form.js

+ 1
- 1
backend/web/js/vuejs/document-form.js Voir le fichier

@@ -141,7 +141,7 @@ var app = new Vue({
changeProductAdd: function(event) {
var idProduct = event.currentTarget.value ;
this.productAddId = idProduct ;
this.productAddPrice = parseFloat(this.productsArray[idProduct].price_with_tax).toFixed(2) ;
this.productAddPrice = parseFloat(this.productsArray[idProduct].price).toFixed(2) ;
this.productAddQuantity = this.getStepProductAdd() ;
},
changeQuantityProductAdd: function(quantity) {

Chargement…
Annuler
Enregistrer