projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1986440
)
In der SuSa Link auf das Kontenblatt eingebaut
author
Philip Reetz
<p.reetz@linet-services.de>
Wed, 6 May 2009 14:19:10 +0000
(14:19 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Wed, 6 May 2009 14:19:10 +0000
(14:19 +0000)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
a2672e8
..
f6abae9
100644
(file)
--- 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 ];