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

@@ -32,7 +32,7 @@
);
}
toastr.success('Stock amount of ' + productDetails.product.name + ' is now ' + jsonForm.new_amount.toString() + ' ' + productDetails.quantity_unit_stock.name);
toastr.success(L('Stock amount of #1 is now #2 #3', productDetails.product.name, jsonForm.new_amount, productDetails.quantity_unit_stock.name));
if (addBarcode !== undefined)
{