https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40296
--- Comment #24 from Lucas Gass (lukeg) <[email protected]> --- t/db_dependent/Circulation/Returns.t is now failing: # Failed test 'Item without itemtype set raises warning on AddIssue' # at /kohadevbox/koha/t/db_dependent/Circulation/Returns.t line 147. # found warning: item-level_itypes set but no itemtype set for item (1100) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. # found warning: item-level_itypes set but no itemtype set for item (1100) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. # found warning: item-level_itypes set but no itemtype set for item (1100) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. # found warning: item-level_itypes set but no itemtype set for item (1100) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. # expected to find warning: (?^u:^item-level_itypes set but no itemtype set for item) # expected to find warning: (?^u:^item-level_itypes set but no itemtype set for item) # expected to find warning: (?^u:^item-level_itypes set but no itemtype set for item) ok 3 - biblio-level itype recorded on statistics for return as a fallback for null item-level itype # Looks like you failed 1 test of 3. not ok 1 - AddReturn logging on statistics table (item-level_itypes=1) -- 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/
