Bug/Test #1634 cesta.catalogo
gitea/salix/dev This commit looks good Details

This commit is contained in:
Bernat 2019-08-13 07:45:29 +02:00
parent ff17ead2ca
commit b749cb80df
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}