From b749cb80dff31a18cc3aab62bd4f574e456a5fa8 Mon Sep 17 00:00:00 2001 From: Bernat Date: Tue, 13 Aug 2019 07:45:29 +0200 Subject: [PATCH] Bug/Test #1634 cesta.catalogo --- modules/order/front/prices-popover/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/order/front/prices-popover/index.js b/modules/order/front/prices-popover/index.js index e89f04774..826535ba9 100644 --- a/modules/order/front/prices-popover/index.js +++ b/modules/order/front/prices-popover/index.js @@ -115,7 +115,7 @@ class Controller { let filledLines = this.getFilledLines(); if (filledLines.length <= 0) { - this.vnApp.showError('First you must add some quantity'); + this.vnApp.showError(this.$translate.instant('First you must add some quantity')); return; }