In der SuSa Link auf das Kontenblatt eingebaut
authorPhilip Reetz <p.reetz@linet-services.de>
Wed, 6 May 2009 14:19:10 +0000 (14:19 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Wed, 6 May 2009 14:19:10 +0000 (14:19 +0000)
bin/mozilla/rp.pl

index a2672e8..f6abae9 100644 (file)
@@ -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 ];