[Koha-bugs] [Bug 13540] Item's permanent_location is set to CART|PROC if an Item is edited when it's location is CART|PROC.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 16 17:15:44 CET 2015


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

--- Comment #14 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list