[Koha-bugs] [Bug 5788] Move ReservesMaxPickupDelay system preference to the Circulation Matrix.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 13 15:03:58 CET 2012


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

delaye <stephane.delaye at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephane.delaye at biblibre.co
                   |                            |m

--- Comment #20 from delaye <stephane.delaye at biblibre.com> ---
I have the new column in the table of holds rules ==> ok
But when I return the copy who have been reserved
 this message
Software error:

Could not find a letter Called 'HOLD_PRINT' in the 'reserved' module at /
home/koha/src/C4/Reserves.pm line 1740.

After  F5 the message disappears then the request is well recorded in table
reserves but without expirationdate

select * from reserves where borrowernumber='7853'\G
*************************** 1. row ***************************
  borrowernumber: 7853
     reservedate: 2012-03-13
    biblionumber: 5
  constrainttype: a
      branchcode: MAURES
notificationdate: NULL
    reminderdate: NULL
cancellationdate: NULL
    reservenotes: 
        priority: 0
           found: W
       timestamp: 2012-03-13 14:47:03
      itemnumber: 67
     waitingdate: 2012-03-13
  expirationdate: NULL
  lowestPriority: 0


PS : HOLD_PRINT is in the table letter...

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


More information about the Koha-bugs mailing list