|
|
|
|
|
|
|
|
if(order != null) { |
|
|
if(order != null) { |
|
|
total = this.priceTotal() - order.amount_paid ; |
|
|
total = this.priceTotal() - order.amount_paid ; |
|
|
} |
|
|
} |
|
|
return this.producer.credit_limit == null || (this.producer.credit_limit != null && (this.user.credit - total >= this.producer.credit_limit)) ; |
|
|
|
|
|
|
|
|
return this.producer.credit_limit == null || (this.producer.credit_limit != null && (this.user.credit - total >= this.producer.credit_limit)) ; |
|
|
}, |
|
|
}, |
|
|
countProductsByCategory: function(category) { |
|
|
countProductsByCategory: function(category) { |
|
|
var count = 0 ; |
|
|
var count = 0 ; |