Browse Source

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

refactoring
Guillaume Bourgeois 5 years ago
parent
commit
a471a7511c
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      producer/web/js/vuejs/order-order.js

+ 0
- 3
producer/web/js/vuejs/order-order.js View File

if(this.pointSaleActive.credit_functioning == 'mandatory' || (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)) { if(this.pointSaleActive.credit_functioning == 'mandatory' || (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)) {
this.useCredit = true ; this.useCredit = true ;
} }
else {
this.useCredit = false ;
}
this.changeStep('products') ; this.changeStep('products') ;
}, },

Loading…
Cancel
Save