From a438677743e771ca8d872650f2d0236908830bd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 26 Aug 2021 18:46:29 +0200 Subject: [PATCH] =?utf8?q?rp=20aging:=20Callback=20f=C3=BCr=20die=20OPOS-L?= =?utf8?q?iste=20nach=20manueller=20Zahlung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/rp.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 8aef5788f..2c3c56056 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1049,6 +1049,7 @@ sub aging { $form->{title} = sprintf($locale->text('Ap aging on %s'), $form->{todate}); } + $form->{callback} .= "&reporttype=" . E($form->{reporttype}); if ($form->{reporttype} eq 'free') { if ($form->{fromdate}) { push @options, $locale->text('for Period') . " " . $locale->text('From') . " " . -- 2.20.1