// Normalize

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13843 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-03-05 14:27:13 +00:00
parent 7107ea92b0
commit 6badeefecf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -136,6 +136,7 @@ class StockMvtReasonCore extends ObjectModel
$query->from('stock_mvt_reason', 'smr');
$query->where('smr.id_stock_mvt_reason = '.(int)$id_stock_mvt_reason);
$query->where('smr.deleted = 0');
return Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue($query);
}
}