From: Philip Reetz Date: Wed, 6 May 2009 14:19:10 +0000 (+0000) Subject: In der SuSa Link auf das Kontenblatt eingebaut X-Git-Tag: release-2.6.0beta2~9 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ad5a6910a9b76e1f42b24832f92010ee2c903012;p=kivitendo-erp.git In der SuSa Link auf das Kontenblatt eingebaut --- diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index a2672e8fc..f6abae908 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1351,6 +1351,7 @@ sub generate_trial_balance { $row->{$ordnumber}->{link} = $edit_url . "&id=" . E($oe->{id}) . "&callback=${callback}"; + $row->{accno}->{link} = build_std_url('script=ca.pl', 'action=list_transactions', 'accno=' . E($accno->{accno}), 'description=' . E($accno->{description}), 'fromdate=' . E($form->{fromdate}), 'todate=' . E($form->{todate}), 'method=' . E($form->{method})); my $row_set = [ $row ];