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>
|
<tr>
|
||||||
<th scope="row">Travel</th>
|
<th scope="row">Travel</th>
|
||||||
<td>
|
<td>
|
||||||
% if ($token->{action}) {
|
% if ($token->{travel}) {
|
||||||
%= $acc->{id} . '-' . $token->{action}
|
%= $acc->{id} . '-' . $token->{travel}
|
||||||
% }
|
% }
|
||||||
% else {
|
% else {
|
||||||
—
|
—
|
||||||
|
|
Loading…
Reference in a new issue