[Koha-bugs] [Bug 11629] Add ability to update not for loan status on checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 9 18:57:25 CEST 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27247|0                           |1
        is obsolete|                            |
  Attachment #27248|0                           |1
        is obsolete|                            |
  Attachment #27249|0                           |1
        is obsolete|                            |
  Attachment #27250|0                           |1
        is obsolete|                            |
  Attachment #27251|0                           |1
        is obsolete|                            |
  Attachment #27252|0                           |1
        is obsolete|                            |

--- Comment #27 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 28147
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28147&action=edit
Bug 11629 - Add ability to update not for loan status on checkin

Some libraries would like to streamline the cataloging process my
automatically updating notforloan values on checkin. For example, an
item is set to notforloan of -1 ( ordered ). The item, is received,
processed, and checked in for the first time before being shelved.
The checkin automatically changes the nfl value from -1 to 0. The
same workflow could be used for damaged items as well.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Set the new system preference UpdateNotForLoanStatusOnCheckin
   to the following:
-1: 0
0: 1
4) Create an item, set it's notforloan value to -1
5) Check in the item, note its not for loan value is now 0
6) Check in the item again, note its not for loan value is now 1
7) Check in the item again, note its not for loan value reamins 1

Signed-off-by: Havilah Lyon <havilah at aflibrary.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Testing notes on last patch.

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


More information about the Koha-bugs mailing list