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:
7e032ec
)
Bugfix: Wenn ein Artikel bei einer Rechnung neu ausgewaehlt wurde, dann wurde sein...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 24 Nov 2006 15:19:15 +0000
(15:19 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 24 Nov 2006 15:19:15 +0000
(15:19 +0000)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
501d885
..
49e1b7f
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-1216,7
+1216,7
@@
sub update {
} else {
- $sellprice = $form->
format
_amount(\%myconfig, $form->{"sellprice_$i"});
+ $sellprice = $form->
parse
_amount(\%myconfig, $form->{"sellprice_$i"});
map { $form->{item_list}[$i]{$_} =~ s/\"/"/g }
qw(partnumber description unit);