Explorar el Código

Correction fonctionnement "Cocher par défaut l'utilisation du crédit lors de la commande"

refactoring
Guillaume Bourgeois hace 5 años
padre
commit
a471a7511c
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      producer/web/js/vuejs/order-order.js

+ 0
- 3
producer/web/js/vuejs/order-order.js Ver fichero

@@ -251,9 +251,6 @@ var app = new Vue({
if(this.pointSaleActive.credit_functioning == 'mandatory' || (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)) {
this.useCredit = true ;
}
else {
this.useCredit = false ;
}
this.changeStep('products') ;
},

Cargando…
Cancelar
Guardar