]> git.koha-community.org Git - koha.git/commit
item status (opac & librarian interfaces) The item status has been improved : It...
authortipaul <tipaul>
Mon, 28 Feb 2005 14:25:19 +0000 (14:25 +0000)
committertipaul <tipaul>
Mon, 28 Feb 2005 14:25:19 +0000 (14:25 +0000)
commit9110e9edef71eb2d09cbb3a3eeb892cb8d313451
treeac7a72fe478628b392425073487f37b019a32a44
parent8452baf22d9e17fc90a85c8ae889589e2ae34601
item status (opac & librarian interfaces) The item status has been improved : It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value list, the right value is shown. Thus, an item can be "lost" or "being repaired", or whatever you put in the authorised values list. (reminder : the "notforloan" field, when 0 means 'ok, book can be issued', and all other values means 'nok, book can't be issued' (whatever the reason, that can be in the authorised value table)
C4/Search.pm
C4/SearchMarc.pm