@@ -251,9 +251,6 @@ var app = new Vue({ | |||
if(this.pointSaleActive.credit_functioning == 'mandatory' || (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)) { | |||
this.useCredit = true ; | |||
} | |||
else { | |||
this.useCredit = false ; | |||
} | |||
this.changeStep('products') ; | |||
}, |