diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-20 01:42:15 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-24 17:31:58 -0500 |
commit | 415583a28981b3ce76344f583d8cb71ab847be25 (patch) | |
tree | f28ba01b23d00ff1f8c417a5360af6b7dbca2b86 /httemplate/search | |
parent | e4f07ef831954aab40e8f5d97d3361ee34aaf2c5 (diff) |
RT#14829: automatic payments triggered by bill now show up as Payment by fs_queue
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/queue.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index 141c535da..22032b13c 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -13,6 +13,7 @@ 'Date', 'Status', 'Account', # unless $hashref->{'svcnum'} + 'Employee', '', # checkbox column ], 'fields' => [ @@ -78,6 +79,11 @@ }, sub { my $queue = shift; + my $access_user = $queue->access_user; + return $access_user ? $access_user->username : ''; + }, + sub { + my $queue = shift; my $jobnum = $queue->jobnum; my $status = $queue->status; my $changable = $dangerous |