Revision 46b1d1ce
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
384 | 384 |
$row->{averconsumed}->{data} = $row->{consumed}->{data}*30/$days ; |
385 | 385 |
map { $row->{$_}->{data} = $form->format_amount($myconfig,$row->{$_}->{data},2); } $self->getnumcolumns(); |
386 | 386 |
$row->{partnumber}->{link} = 'controller.pl?action=Part/edit&part.id' . $partid; |
387 |
# $row->{partdescription}->{link} = 'ic.pl?action=edit&id='.$partid; |
|
388 | 387 |
} |
389 | 388 |
|
390 | 389 |
sub action_stock { |
Auch abrufbar als: Unified diff
IC: alte ic.pl edit links korrigiert