ソースを参照

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

dev
コミット
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') ;
},

読み込み中…
キャンセル
保存