[*] BO #PSFV-94 : Added AdminDeliverySlipController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9505 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-20 14:43:43 +00:00
parent 65c4c0c134
commit c1df197a5a
5 changed files with 150 additions and 3 deletions
+1
View File
@@ -1154,6 +1154,7 @@ class AdminControllerCore extends Controller
$helper = new HelperOptions();
$helper->id = $this->id;
$helper->token = $this->token;
$helper->table = $this->table;
$helper->currentIndex = self::$currentIndex;
$this->content .= $helper->generateOptions($this->options);
}