// AdminSupplierOrdersController : added action to update the products that are being received

This commit is contained in:
bMancone
2011-11-04 16:32:32 +00:00
parent 09b0d0a137
commit 4756b6bc34
3 changed files with 189 additions and 1 deletions
@@ -82,6 +82,8 @@
{$tr.$key}
{elseif isset($params.type) && $params.type == 'datetime'}
{$tr.$key}
{elseif isset($params.type) && $params.type == 'editable'}
<input type="text" name="{$key}" value="{$tr.$key}">
{elseif isset($params.callback)}
{$tr.$key}
{elseif isset($tr.$key) && $key == 'color'}