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:
c20419a
)
Einfügen in die Historie durch Zusatzinformationen über die Höhe der aktuellen Zahlun...
author
Thomas Kasulke
<t.kasulke@linet-services.de>
Wed, 25 Apr 2007 12:54:52 +0000
(12:54 +0000)
committer
Thomas Kasulke
<t.kasulke@linet-services.de>
Wed, 25 Apr 2007 12:54:52 +0000
(12:54 +0000)
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
87ac207
..
f3d0260
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-1040,6
+1040,7
@@
sub post_payment {
# saving the history
$form->{snumbers} = qq|invnumber_| . $form->{invnumber};
$form->{addition} = "PAYMENT POSTED";
+ $form->{what_done} = $form->{currency} . qq| | . $form->{paid} . qq| | . $locale->text("POSTED");
$form->save_history($form->dbconnect(\%myconfig));
# /saving the history
$form->redirect($locale->text(' Payment posted!'));