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:
b53c939
)
Lieferscheine: beim Ein-/Auslagern Projektnummer in inventory vermerken
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 8 Jan 2014 08:35:06 +0000
(09:35 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 8 Jan 2014 08:35:06 +0000
(09:35 +0100)
Genommen wird die in der Position eingetragene Projektnummer, und ist
dort keine vorhanden, dann die globale Projektnummer.
Behebt #2190.
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
a196eb5
..
0258966
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-1320,6
+1320,8
@@
sub transfer_in {
$request->{parts_id} = $form->{"id_$i"};
$row_sum_base_qty += $request->{qty} * $units->{$request->{unit}}->{factor} / $base_unit_factor;
+ $request->{project_id} = $form->{"project_id_$i"} || $form->{globalproject_id};
+
push @all_requests, $request;
}