Added missing translations

This commit is contained in:
Bernd Bestel
2018-05-12 16:30:10 +02:00
parent 2e7af1b050
commit 5455ec7bde
7 changed files with 20 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
);
}
toastr.success('Added ' + amount + ' ' + productDetails.quantity_unit_stock.name + ' of ' + productDetails.product.name + ' to stock');
toastr.success(L('Added #1 #2 of #3 to stock', amount, productDetails.quantity_unit_stock.name, productDetails.product.name));
if (addBarcode !== undefined)
{