[-] FO : #PSTEST-92 : added display of size fields in attachments.tpl

This commit is contained in:
lLefevre
2011-12-21 13:57:08 +00:00
parent 7aef71fd4d
commit 630639baf2
3 changed files with 6 additions and 2 deletions
@@ -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