https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18766
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64134|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <[email protected]> --- Created attachment 64135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64135&action=edit Bug 18766: Remove itemtype-related warnings from ArticleRequests.t This patch fixes a small mistake on that test file (itype vs. itemtype in itemtypes table) To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/ArticleRequests.t => FAIL: itemtype-related warning displayed - Apply the patch - Run k$ prove t/db_dependent/ArticleRequests.t => SUCCESS: No warnings, YAY! - Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- 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/
