https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 --- Comment #172 from Marc Véron <veron@veron.ch> --- Hi Alex, Just found a small problem while testing around with an installation that was configured using the onboarding tool. The problem was a test failing: t/dbdependent/Budgets.t I figured out that while onboarding, step 'Create a new patron category', I had put a Categorycode that was not 'S' (something like 'STAFF'). The test assumes that a category 'S' exists and fails without it. I can imagine that other tests and other scripts could fail as well. I went again through installation / onboarding and set the category code to 'S'. Now the test passed. Maybe it is a good idea to have in the Onboarding tool a fix value 'S' for the new patron category. What do you think about? -- You are receiving this mail because: You are watching all bug changes.