Bug 33483: (follow-up) Update the way we distinguish if AgreementsList is called from EHoldingsEBSCOPackageAgreements or not
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> 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
d4204cb9c6
commit
2e7ac09fe2
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ export default {
|
|||
return url
|
||||
},
|
||||
filter_table: async function () {
|
||||
if (!embedded) {
|
||||
if (!this.embedded) {
|
||||
let new_route = build_url(
|
||||
"/cgi-bin/koha/erm/agreements",
|
||||
this.filters
|
||||
|
|
Loading…
Reference in a new issue