From ad5a6910a9b76e1f42b24832f92010ee2c903012 Mon Sep 17 00:00:00 2001
From: Philip Reetz
Date: Wed, 6 May 2009 14:19:10 +0000
Subject: [PATCH] In der SuSa Link auf das Kontenblatt eingebaut
---
bin/mozilla/rp.pl | 1 +
1 file changed, 1 insertion(+)
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 ];
--
2.20.1