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:
90dc236
)
Zahlungsverkehr->Zahlungs-(ein/aus)gang. Bezahlen/Abgleichen mehrerer Rechnungen
author
Werner Hahn
<wh@futureworldsearch.net>
Wed, 23 Jan 2019 15:47:33 +0000
(16:47 +0100)
committer
Werner Hahn
<wh@futureworldsearch.net>
Wed, 23 Jan 2019 15:49:17 +0000
(16:49 +0100)
Fix für #366
bin/mozilla/cp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/cp.pl
b/bin/mozilla/cp.pl
index
49c0e6a
..
9b77e57
100644
(file)
--- a/
bin/mozilla/cp.pl
+++ b/
bin/mozilla/cp.pl
@@
-255,8
+255,6
@@
sub update {
$form->{"amount_$i"} = $ref->{amount} / $ref->{exchangerate};
$form->{"due_$i"} =
($ref->{amount} - $ref->{paid}) / $ref->{exchangerate};
- $form->{"checked_$i"} = "";
- $form->{"paid_$i"} = "";
# need to format
map {