Merge pull request #634 from PhpMadman/RefSort

[*] FO : Sort by Product reference
This commit is contained in:
Gregory Roussac
2013-08-06 09:13:06 -07:00
4 changed files with 6 additions and 1 deletions
@@ -117,6 +117,7 @@ class AdminPPreferencesControllerCore extends AdminController
array('id' => '4', 'name' => $this->l('Position inside category')),
array('id' => '5', 'name' => $this->l('Manufacturer')),
array('id' => '6', 'name' => $this->l('Product quantity'))
array('id' => '7', 'name' => $this->l('Product reference'))
),
'identifier' => 'id'
),