16 Feb
2015
16 Feb
'15
4:15 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13540 --- Comment #14 from Jonathan Druart <jonathan.druart@biblibre.com> --- 1/ FAIL C4/Items.pm FAIL pod *** ERROR: Unknown command 'head' in file C4/Items.pm *** ERROR: Spurious text after =cut in file C4/Items.pm You need an empty line avec the =cut 2/ Please prefer creating a subtest (`git grep subtest t` for examples), instead of a sub, in the test file. 3/ Why do you create a new routine? IMO you should use C4::Items::GetItem($itemnumber)->{permanent_location}. -- You are receiving this mail because: You are watching all bug changes.