summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-07 17:19:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-07 17:19:41 +0000
commitcceb30afd5e6e47092dff0df9813bedb7e2467dc (patch)
treeb01b842ca263194eb3d1caec061975e09b48de30 /bin
parent5bb87907beb05ffa862baea5bd4063948c061983 (diff)
Adding vendor number on transactions/outstanding result screens
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1959 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rw-r--r--bin/aa.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aa.pl b/bin/aa.pl
index 742c7a06..85324570 100644
--- a/bin/aa.pl
+++ b/bin/aa.pl
@@ -1729,7 +1729,7 @@ sub transactions {
. $locale->text('PO Number')
. "</a></th>";
$column_header{name} =
- "<th><a class=listheading href=$href&sort=name>$name</a></th>";
+ "<th>".$locale->text('Account')."</th><th><a class=listheading href=$href&sort=name>$name</a></th>";
$column_header{netamount} =
"<th class=listheading>" . $locale->text('Amount') . "</th>";
$column_header{tax} =
@@ -1940,7 +1940,7 @@ sub transactions {
qq|<td><a href=ca.pl?path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}&action=list_transactions&accounttype=standard&accno=$ref->{accno}&fromdate=$form->{transdatefrom}&todate=$form->{transdateto}&sort=transdate&l_subtotal=$form->{l_subtotal}&prevreport=$callback>$ref->{accno}</a></td>|;
$column_data{name} =
-qq|<td><a href=ct.pl?path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}&action=edit&id=$ref->{"$form->{vc}_id"}&db=$form->{vc}&callback=$callback>$ref->{name}</a></td>|;
+qq|<td>$ref->{meta_number}</td><td><a href=ct.pl?path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}&action=edit&id=$ref->{"$form->{vc}_id"}&db=$form->{vc}&callback=$callback>$ref->{name}</a></td>|;
if ( $ref->{id} != $sameid ) {
$j++;