Bug 32030: Add link to license from agreement show view
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
335feef423
commit
711ee74013
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@
|
|||
v-bind:key="counter"
|
||||
>
|
||||
<td>
|
||||
{{ agreement_license.license.name }}
|
||||
<router-link
|
||||
:to="`/cgi-bin/koha/erm/licenses/${agreement_license.license_id}`"
|
||||
>
|
||||
{{ agreement_license.license.name }}
|
||||
</router-link>
|
||||
</td>
|
||||
<td>
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue