diff options
| author | Mark Wells <mark@freeside.biz> | 2015-08-21 11:03:34 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-21 11:03:34 -0700 |
| commit | cc4b5ec5fdbf35c919cf7903b67cf6a1309a229d (patch) | |
| tree | 879a7888b22bce84675262be3ab6cd0ed6d3c728 /httemplate | |
| parent | 9bbc67e3460dc0045df5262e89c662104e4edd9a (diff) | |
| parent | 2dddd8e1742bf2e8ebe9f2d3e560bc78bba95cff (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate')
| -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 |
