소스 검색

[Boutique] Commander : correctif mode de paiement

feature/rotating_product
Guillaume Bourgeois 6 달 전
부모
커밋
3ce8825e44
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      producer/web/js/vuejs/order-order.js

+ 2
- 1
producer/web/js/vuejs/order-order.js 파일 보기

@@ -230,7 +230,8 @@ var app = new Vue({
}

if(app.pointSaleActive) {
if(app.pointSaleActive.payment_method_credit
if(app.producer.credit
&& app.pointSaleActive.payment_method_credit
&& (app.pointSaleActive.credit_functioning == 'mandatory'
|| (app.pointSaleActive.credit_functioning == 'user' && app.user.credit_active)
|| (app.pointSaleActive.credit_functioning == 'optional' && response.data.producer.use_credit_checked_default))) {

Loading…
취소
저장