瀏覽代碼

[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…
取消
儲存