summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-25 18:19:28 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-25 18:19:28 +0000
commit415b287555b84bee01d2acbf4e7c6434e1cdba7f (patch)
treed28c32a07a649f2c9916944e323659fb2099a020 /scripts
parent303dce5e2a316ee128a3ab7935bc47533246b5b1 (diff)
Correcting issue on Vendor screen. Displaying wrong account info when selecting entity from vendor report.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2172 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vendor.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vendor.pl b/scripts/vendor.pl
index 321f76d4..2119d46c 100644
--- a/scripts/vendor.pl
+++ b/scripts/vendor.pl
@@ -149,7 +149,8 @@ sub get_results {
push @rows,
{legal_name => $ref->{legal_name},
meta_number => {text => $ref->{meta_number},
- href => "$get_url&entity_id=$ref->{entity_id}"},
+ href => "$get_url&entity_id=$ref->{entity_id}" . "&meta_number=$ref->{meta_number}"
+ },
business_type => $ref->{business_type},
curr => $ref->{curr},
};