// AdminSupplierOrdersController : updated comments

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9879 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-04 10:42:11 +00:00
parent 96f0d1e895
commit 3424e6f5ee
@@ -1127,6 +1127,12 @@ class AdminSupplierOrdersControllerCore extends AdminController
}
}
/**
* Callback used to display custom content for a given field
* @param int $id_supplier_order
* @param string $tr
* @return string $content
*/
public function printPDFIcons($id_supplier_order, $tr)
{
$supplier_order = new SupplierOrder((int)$id_supplier_order);
@@ -1151,7 +1157,6 @@ class AdminSupplierOrdersControllerCore extends AdminController
* Assigns default actions in toolbar_btn smarty var, if they are not set.
* uses override to specifically add, modify or remove items
* @see AdminSupplier::initToolbar()
*
*/
public function initToolbar()
{