X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/34035b33f21af21316df798b19f2a758aa86b3a8..25755954bef7be451290f6b74d480541ef4244d5:/SL/Controller/Inventory.pm diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index 454b012e2..c56bb7826 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -101,7 +101,6 @@ sub action_usage { warehouse_id bin_id partnumber description bestbefore chargenumber partstypes_id); my %column_defs = ( 'partnumber' => { 'text' => $locale->text('Part Number'), }, - # 'partclass' => { 'text' => $locale->text('Part Classification'), }, 'partdescription' => { 'text' => $locale->text('Part_br_Description'), }, 'unit' => { 'text' => $locale->text('Unit'), }, 'stock' => { 'text' => $locale->text('stock_br'), }, @@ -385,7 +384,6 @@ sub make_row_result { $row->{outcorrection}->{data} - $row->{incorrection}->{data}; $row->{averconsumed}->{data} = $row->{consumed}->{data}*30/$days ; map { $row->{$_}->{data} = $form->format_amount($myconfig,$row->{$_}->{data},2); } $self->getnumcolumns(); -# $row->{partclass}->{data} = ''; $row->{partnumber}->{link} = 'ic.pl?action=edit&id='.$partid; # $row->{partdescription}->{link} = 'ic.pl?action=edit&id='.$partid; }