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:
68339fe
)
Copy & Paste-Fehler
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 Jun 2007 09:42:11 +0000
(09:42 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 Jun 2007 09:42:11 +0000
(09:42 +0000)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
82a426d
..
78c0652
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-1109,7
+1109,7
@@
sub post_payment {
# Retrieve the invoice from the database.
$self->retrieve_invoice($myconfig, $form);
- # Set up the content of $form in the way that I
R
::post_invoice() expects.
+ # Set up the content of $form in the way that I
S
::post_invoice() expects.
$form->{exchangerate} = $form->format_amount($myconfig, $form->{exchangerate});
for $row (1 .. scalar @{ $form->{invoice_details} }) {