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