https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39006 Bug ID: 39006 Summary: Not all vendor are displayed when creating a contract Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ERM Assignee: jonathan.druart@gmail.com Reporter: marion.durand@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: jonathan.druart@gmail.com, jonathan.field@ptfs-europe.com, martin.renvoize@ptfs-europe.com, matt.blenkinsop@ptfs-europe.com, pedro.amorim@ptfs-europe.com In the ERM module, when you create a contract, you can choose a vendor from a drop down list. If you have a lot of vendors, some are not displayed in the list. This list is built from a REST API query that limits the number of results per page, but you can't go to the next page as is a a dropdown menu. You can increase the number of results by increasing the value in the syspref RESTdefaultPageSize but this does not seem like a real fix to me. Step to reproduce: 1- Set the syspref ERMModule to enable to activate the module 2- Check the value of the syspref RESTdefaultPageSize 3- Check in the Acquisitions module that you have more active vendor that the value of RESTdefaultPageSize (if not Create some new vendor or lower the value of the syspref) 4- More > E-resource management > Agreements > new agreement 5- In the field vendor check that you miss some vendor (only the first ones are displayed, according to the value of RESTdefaultPageSize) -- You are receiving this mail because: You are watching all bug changes.