ソースを参照

[Boutique] Commander : problème JS errorCreditMandatoryAndLimit

master
Guillaume Bourgeois 6ヶ月前
コミット
a7305d4834
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);
},

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