Преглед изворни кода

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

refactoring
Guillaume Bourgeois пре 5 година
родитељ
комит
a471a7511c
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      producer/web/js/vuejs/order-order.js

+ 0
- 3
producer/web/js/vuejs/order-order.js Прегледај датотеку

@@ -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') ;
},

Loading…
Откажи
Сачувај