http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15244
--- Comment #2 from Marc Véron <[email protected]> --- With additional line 280: warn Dumper( GetMember( borrowernumber => $messages->{ResFound}->{borrowernumber} ) ); ...I get... ok 13 - restrictive library's items only fill requests by own patrons (bug 10272) $VAR1 = { 'category_type' => 'A', 'categorycode' => 'PT', 'B_address' => undef, 'ethnicity' => undef, 'contactnote' => undef, 'email' => undef, 'password' => '!', 'B_country' => undef, 'borrowernumber' => '267', 'branchcode' => 'CPL', 'lost' => undef, 'description' => 'Erwachsener', 'streettype' => undef, 'altcontactaddress3' => undef, 'contactfirstname' => undef, 'title' => undef, 'ethnotes' => undef, 'relationship' => undef, 'mobile' => undef, 'fax' => undef, 'primary_contact_method' => undef, 'altcontactphone' => undef, 'contactname' => undef, 'country' => undef, 'dateenrolled' => '2015-11-25', 'altcontactstate' => undef, 'guarantorid' => undef, 'address2' => undef, 'borrowernotes' => undef, 'dateexpiry' => '2016-11-25', 'sort2' => undef, 'contacttitle' => undef, 'phonepro' => undef, 'smsalertnumber' => undef, 'B_streetnumber' => undef, 'emailpro' => undef, 'altcontactcountry' => undef, 'firstname' => undef, 'gonenoaddress' => undef, 'othernames' => undef, 'dateofbirth' => undef, 'state' => undef, 'altcontactaddress2' => undef, 'B_streettype' => undef, 'debarred' => undef, 'B_state' => undef, 'B_address2' => undef, 'address' => '', 'privacy' => '1', 'streetnumber' => undef, 'surname' => 'borrower from CPL', 'cardnumber' => undef, 'altcontactsurname' => undef, 'altcontactzipcode' => undef, 'altcontactfirstname' => undef, 'opacnote' => undef, 'userid' => 'borrowerfromcpl', 'B_zipcode' => undef, 'B_email' => undef, 'city' => '', 'B_phone' => undef, 'debarredcomment' => undef, 'initials' => undef, 'sort1' => undef, 'flags' => undef, 'zipcode' => undef, 'phone' => undef, 'sex' => undef, 'altcontactaddress1' => undef, 'B_city' => undef }; not ok 14 - for generous library, its items fill first hold request in line (bug 10272) # Failed test 'for generous library, its items fill first hold request in line (bug 10272)' -- You are receiving this mail because: You are the assignee for the bug. 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/
