projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f69407
)
Bugfix: #486 Bericht Lagerentnahme: Link zur Ware kaputt
author
Jan Büren
<jan@kivitendo.de>
Thu, 17 Feb 2022 07:08:48 +0000
(08:08 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Thu, 17 Feb 2022 07:08:48 +0000
(08:08 +0100)
Vergessenes =
SL/Controller/Inventory.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Inventory.pm
b/SL/Controller/Inventory.pm
index
1324638
..
a4c11f6
100644
(file)
--- a/
SL/Controller/Inventory.pm
+++ b/
SL/Controller/Inventory.pm
@@
-394,7
+394,7
@@
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->{partnumber}->{link} = 'controller.pl?action=Part/edit&part.id' . $partid;
+ $row->{partnumber}->{link} = 'controller.pl?action=Part/edit&part.id
=
' . $partid;
}
sub action_stock {