瀏覽代碼

Merge branch 'hotfix/hotfix_1699'

master
Guillaume Bourgeois 6 月之前
父節點
當前提交
7c7888b65b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js 查看文件

@@ -582,7 +582,7 @@ var app = new Vue({
errorCreditMandatoryAndLimit: function() {
return this.user && (
this.pointSaleActive.credit_functioning == 'mandatory'
|| (this.pointSaleActive.credit_functioning == 'user' && user.credit_active)
|| (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)
)
&& !this.checkCreditLimit(this.order);
},

Loading…
取消
儲存