Browse Source

Merge branch 'hotfix/hotfix_1699'

master
Guillaume Bourgeois 6 months ago
parent
commit
7c7888b65b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js View File

errorCreditMandatoryAndLimit: function() { errorCreditMandatoryAndLimit: function() {
return this.user && ( return this.user && (
this.pointSaleActive.credit_functioning == 'mandatory' 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); && !this.checkCreditLimit(this.order);
}, },

Loading…
Cancel
Save