X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=969d73d2afab50506cea37cf9b333080f2a391d3;hb=ee56f1b20ab915671ded297f593c0e2e245bad70;hp=16be58c0925462284a2f29d4dd87ebeb07bb7d7e;hpb=4800abb9a0b8363c3c529927f34a5b26551497b2;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 16be58c09..969d73d2a 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -47,7 +47,6 @@ use SL::DB::Employee; use SL::DB::Invoice; use SL::ReportGenerator; -require "bin/mozilla/arap.pl"; require "bin/mozilla/common.pl"; require "bin/mozilla/reportgenerator.pl"; @@ -672,7 +671,7 @@ sub post { } # /saving the history - $form->redirect($locale->text('Transaction posted!')) unless $inline; + $form->redirect($locale->text("AR transaction posted.")) unless $inline; $main::lxdebug->leave_sub(); }