[-] FO : #PSTEST-92 : added display of size fields in attachments.tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11483 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -3043,7 +3043,8 @@ class AdminProductsControllerCore extends AdminController
|
||||
'attach2' => Attachment::getAttachments($this->context->language->id, $obj->id, false),
|
||||
'default_form_language' => $default_language,
|
||||
'attachment_name' => $attachment_name,
|
||||
'attachment_description' => $attachment_description
|
||||
'attachment_description' => $attachment_description,
|
||||
'PS_ATTACHMENT_MAXIMUM_SIZE' => Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE')
|
||||
));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user