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:
2746ccd
)
Neues Bestandteil an richtige Position in Erzeugniseinzelteileliste kopieren
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Mar 2012 08:13:33 +0000
(09:13 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Mar 2012 09:43:56 +0000
(10:43 +0100)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
2ada087
..
0b607da
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-1844,7
+1844,7
@@
sub save {
qw(weight listprice sellprice rop);
$form->{assembly_rows}--;
- $i = $
newform{rowcount
};
+ $i = $
form->{assembly_rows
};
$form->{"qty_$i"} = 1 unless ($form->{"qty_$i"});
$form->{sellprice} -= $form->{"sellprice_$i"} * $form->{"qty_$i"};