[+] BO : Product attachment "For"

This commit is contained in:
Jérôme Nadaud
2013-07-26 15:32:04 +02:00
parent 7db1fb89ec
commit 3287ff5300
2 changed files with 4 additions and 3 deletions
@@ -3463,6 +3463,7 @@ class AdminProductsControllerCore extends AdminController
'ad' => dirname($_SERVER['PHP_SELF']),
'iso_tiny_mce' => $iso_tiny_mce,
'languages' => $this->_languages,
'id_lang' => $this->context->language->id,
'attach1' => Attachment::getAttachments($this->context->language->id, $obj->id, true),
'attach2' => Attachment::getAttachments($this->context->language->id, $obj->id, false),
'default_form_language' => (int)Configuration::get('PS_LANG_DEFAULT'),