http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13540

--- Comment #14 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to