// change to price parameter in list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9863 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-03 17:49:30 +00:00
parent c88bcde30e
commit e00763b927
8 changed files with 38 additions and 35 deletions
@@ -229,7 +229,7 @@ class AdminStockMvtControllerCore extends AdminController
'title' => $this->l('Price (TE)'),
'width' => 70,
'align' => 'right',
'price' => true,
'type' => 'price',
'currency' => true,
'filter_key' => 'a!price_te'
),