|
|
@@ -110,7 +110,7 @@ var app = new Vue({ |
|
|
|
.then(function(response) { |
|
|
|
app.producer = response.data.producer ; |
|
|
|
app.credit = response.data.credit ; |
|
|
|
|
|
|
|
app.useCredit = response.data.producer.use_credit_checked_default ; |
|
|
|
app.calendar.attrs = [] ; |
|
|
|
app.calendar.availableDates = [] ; |
|
|
|
var distributions = response.data.distributions ; |
|
|
@@ -248,8 +248,6 @@ var app = new Vue({ |
|
|
|
|
|
|
|
validatePointSale: function(idPointSale) { |
|
|
|
this.pointSaleActive = this.getPointSale(idPointSale) ; |
|
|
|
this.useCredit = true ; |
|
|
|
|
|
|
|
this.changeStep('products') ; |
|
|
|
}, |
|
|
|
productQuantityClick: function(product, quantity) { |