From: Moritz Bunkus Date: Tue, 28 Aug 2007 08:56:29 +0000 (+0000) Subject: Falsche Variable. X-Git-Tag: release-2.6.0beta1~515 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7c13ddca02039b30574ea53a90153a5b4e753ace;p=kivitendo-erp.git Falsche Variable. --- diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 148bf4f46..61a64818b 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -878,7 +878,7 @@ sub get_accounts_ustva { } else { - $self->error("Unknown tax method: $form->{method}") + $form->error("Unknown tax method: $form->{method}") }