X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fir.pl;h=f3d02605f465c8e7c40710844949711333492c99;hb=84bed7a655edfe816ad2a04b5549b6bd6a968c79;hp=87ac20768a83161136d8d58836aefd53ff2c8032;hpb=85f5b26dd9ae6a9e88f967b601fddeb8046fc59f;p=kivitendo-erp.git diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 87ac20768..f3d02605f 100644 --- 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!'));