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:
c151ba8
)
Kosmetik.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 08:26:34 +0000
(10:26 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 08:26:34 +0000
(10:26 +0200)
bin/mozilla/wh.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/wh.pl
b/bin/mozilla/wh.pl
index
c3932ac
..
fbe6624
100644
(file)
--- a/
bin/mozilla/wh.pl
+++ b/
bin/mozilla/wh.pl
@@
-402,11
+402,11
@@
sub create_assembly {
# Anm. jb 18.3. vielleicht auch nur meine unwissenheit in perl-datenstrukturen
my %TRANSFER = (
'transfer_type' => 'assembly',
- 'login' => $form->{login},
+ 'login'
=> $form->{login},
'dst_warehouse_id' => $form->{warehouse_id},
'dst_bin_id' => $form->{bin_id},
'chargenumber' => $form->{chargenumber},
- 'assembly_id'
=> $form->{parts_id},
+ 'assembly_id' => $form->{parts_id},
'qty' => $form->{qty},
'unit' => $form->{unit},
'comment' => $form->{comment}