http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13007 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |paola.rossi@cineca.it --- Comment #4 from Paola Rossi <paola.rossi@cineca.it> --- I've tried to apply the patches against master 3.17.00.029 At first I've applied the 6 patches of 12627. --------------------------------------- The patch "Bug 13007: Add a foreign key for suggestions.budgetid" needs a trivial rebase. Moreover, this wrong line of the patch 13007: + print "Upgrade to $DBversion done (Bug 13007 - Add new foreign key suggestions.budgetid\n"); should be changed in the following right one: + print "Upgrade to $DBversion done (Bug 13007 - Add new foreign key suggestions.budgetid)\n"; --------------------------------------- About the first step: 0/ Verify it is not possible to create a suggestion not linked to a fund via the Koha interface. in intranet, "any" is an option in the dropdown list on "Acquisition information" for selecting a fund to link to the suggestion. So IMO it's still easy to create suggestions not linked to a fund. So I pass the patch to "Failed QA" STATUS. -- You are receiving this mail because: You are watching all bug changes.