// stock: add warehouse tab

This commit is contained in:
dSevere
2011-10-13 16:19:10 +00:00
parent 133e716a7f
commit 680a264f97
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3306,6 +3306,8 @@ class ProductCore extends ObjectModel
/**
* Add a stock movement for current product
*
* @deprecated since 1.5.0
*
* @param int $quantity
* @param int $id_reason
* @param int $id_product_attribute
@@ -3346,6 +3348,9 @@ class ProductCore extends ObjectModel
return false;
}
/**
* @deprecated since 1.5.0
*/
public function getStockMvts($id_lang)
{
return Db::getInstance()->executeS('
+1 -1
View File
@@ -187,4 +187,4 @@ class WarehouseCore extends ObjectModel
return (Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue($query));
}
}
}