http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #10 from Kyle M Hall <[email protected]> --- (In reply to Jonathan Druart from comment #9) > Kyle, why do you add the new field issue_id? You don't use it in your code. > I mark this patch as failed QA. I did't test it but you modify the structure > of the issues table without modifying the old_issues table. The issue's table needs a primary key in order to fetch related rows via DBIx::Class. I'm not sure where you say I'm not modifying the old_issues table. I see my changes in both updastedatabase.pl and kohastructure.sql -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
