From e0d943f822499f1f6805928c3ed64bd6a7be4955 Mon Sep 17 00:00:00 2001 From: bMancone Date: Thu, 13 Oct 2011 08:04:23 +0000 Subject: [PATCH] // StockAvailable : updated description git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9299 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/stock/StockAvailable.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/stock/StockAvailable.php b/classes/stock/StockAvailable.php index 3947e3bac..c555378fa 100644 --- a/classes/stock/StockAvailable.php +++ b/classes/stock/StockAvailable.php @@ -26,7 +26,8 @@ */ /** - * StockAvailable : represents the products kept in warehouses + * Represents quantities available + * It is either synchronized with Stock or manualy set by the seller * * @since 1.5.0 */