// AdminSupplierOrdersController : litle fix on content displayed when using the 'callback' in fieldsdisplay

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9960 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-08 14:13:17 +00:00
parent d3cf1d4d3a
commit b173b1b737
@@ -1601,7 +1601,7 @@ class AdminSupplierOrdersControllerCore extends AdminController
if (!Validate::isLoadedObject($supplier_order_state))
return;
$content = '';
$content = '<span style="width:20px; margin-right:5px;">';
if ($supplier_order_state->editable == false) // @TODO Decide what states are allowed
$content .= '<a href="#"><img src="../img/admin/tab-invoice.gif" alt="invoice" /></a>';
else