[Koha-bugs] [Bug 19899] Software error while check in, The method noreturn is not covered by tests! after upgrade from 16.05 to 17.11

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 5 13:27:21 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899

--- Comment #5 from Mohd Hafiz Yusoff <mhby87 at gmail.com> ---
Return from command

lib/C4/Circulation.pm:  noreturn: do not return, let item remain where checked
in (floating collections)
lib/C4/Circulation.pm:        # if $hbr was "noreturn" or any other non-item
table value, then it should 'float' (i.e. stay at this branch)
intranet/htdocs/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:            
               [% IF ( default_returnbranch == 'noreturn' ) %]
intranet/htdocs/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:            
               <option value="noreturn" selected="selected">
intranet/htdocs/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:            
               <option value="noreturn">
intranet/htdocs/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:            
               [% ELSIF ( branch_item_rule_loo.returnbranch == 'noreturn' ) %]
intranet/htdocs/intranet-tmpl/prog/en/modules/admin/smart-rules.tt:            
               <option value="noreturn">Item floats</option>
intranet/cgi-bin/installer/data/mysql/kohastructure.sql:  `returnbranch`
varchar(15) default NULL, -- the branch the item returns to (homebranch,
holdingbranch, noreturn)
man/man3/C4::Circulation.3pm:  noreturn: do not return, let item remain where
checked in (floating collections)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list