account: use correct token type for travel API
This commit is contained in:
parent
ebb7c22a4b
commit
d0589781be
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@
|
|||
<tr>
|
||||
<th scope="row">Travel</th>
|
||||
<td>
|
||||
% if ($token->{action}) {
|
||||
%= $acc->{id} . '-' . $token->{action}
|
||||
% if ($token->{travel}) {
|
||||
%= $acc->{id} . '-' . $token->{travel}
|
||||
% }
|
||||
% else {
|
||||
—
|
||||
|
|
Loading…
Reference in a new issue