https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40620
--- Comment #7 from Lisette Scheer <[email protected]> --- (In reply to Paul Derscheid from comment #6) > Hi Lisette, I tried the test plan yesterday but failed. > > I still got the same result after every holds queue build. > > Could you disambiguate certain things in the test plan, like the number of > holds you placed and what exact changes you made to the items? Hi Paul, It looks like there's an issue with the transport cost matrix not allowing you to disable checkboxes on main? It doesn't save, I just had to do it in koha-mysql kohadev using: update transport_cost set disable_transfer = 0 where cost !=0.00; I'm also going to attach a custom sql which sets everything, but then you need to hit "save" on the transport cost matrix page (to generate all the ones we don't care about because they're all 0 and disabled) and then update the sql, then it should work. I'll see if I can find a bug for this/file one if I can't. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
