Bug 33355: Add missing counter number to related users in agreements and licenses to be in line with other related content
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
715a3ec635
commit
ab3ce787a1
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
</fieldset>
|
||||
<AgreementPeriods :periods="agreement.periods" />
|
||||
<UserRoles
|
||||
:user_type="$__('Agreement user')"
|
||||
:user_type="$__('Agreement user %s')"
|
||||
:user_roles="agreement.user_roles"
|
||||
:av_user_roles="av_user_roles"
|
||||
/>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
<UserRoles
|
||||
:user_type="$__('License user')"
|
||||
:user_type="$__('License user %s')"
|
||||
:user_roles="license.user_roles"
|
||||
:av_user_roles="av_user_roles"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue