From f97d51c84ac7e41b9b1a9f34e48734a604486f2f Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 5 Nov 2012 09:38:30 +0000 Subject: [PATCH] //small fix --- controllers/admin/AdminPPreferencesController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index ca3e99b30..60c92d95f 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -114,9 +114,10 @@ class AdminPPreferencesControllerCore extends AdminController array('id' => '0', 'name' => $this->l('Product name')), array('id' => '1', 'name' => $this->l('Product price')), array('id' => '2', 'name' => $this->l('Product added date')), + array('id' => '3', 'name' => $this->l('Product modified date')), array('id' => '4', 'name' => $this->l('Position inside category')), array('id' => '5', 'name' => $this->l('Manufacturer')), - array('id' => '3', 'name' => $this->l('Product modified date')) + array('id' => '6', 'name' => $this->l('Product quantity')) ), 'identifier' => 'id' ),