23 Mar
2023
23 Mar
'23
11:12 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #30 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- - this.$router.push( - "/cgi-bin/koha/erm/eholdings/local/titles" - ) + this.$router.push({ + name: "EHoldingsLocalPackagesList", + }) You are replacing titles with packages here. -- You are receiving this mail because: You are watching all bug changes.