account: use correct token type for travel API

This commit is contained in:
Daniel Friesel 2019-12-20 16:23:05 +01:00
parent ebb7c22a4b
commit d0589781be

View file

@ -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 {