소스 검색

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…
취소
저장