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:
f12fcb5
)
Bei Dienstleistungen auch den Einkaufspreis parsen, wenn auf "Erneuern" gedrückt...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 Feb 2007 15:47:11 +0000
(15:47 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 Feb 2007 15:47:11 +0000
(15:47 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
68e9477
..
7ecd3a2
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-3000,8
+3000,8
@@
sub update {
}
if ($form->{item} eq 'service') {
- map
{ $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
-
qw(sellprice listprice
);
+ map
(
{ $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
+
qw(sellprice listprice lastcost)
);
&form_header;
&price_row;
&form_footer;