Commit d0589781 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

account: use correct token type for travel API

parent ebb7c22a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {