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:
3d1ae2d
)
Speichern von Waren nach Fremdschlüsseleinführung gefixt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 Feb 2013 10:12:53 +0000
(11:12 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 Feb 2013 10:12:53 +0000
(11:12 +0100)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
f39c169
..
8d46c2d
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-321,7
+321,7
@@
sub save {
$form->{orphaned} = 1;
}
- my $partsgroup_id =
0
;
+ my $partsgroup_id =
undef
;
if ($form->{partsgroup}) {
(my $partsgroup, $partsgroup_id) = split(/--/, $form->{partsgroup});