[Koha-bugs] [Bug 8896] Delete serials no more missing from missinglist

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 17 11:29:36 CET 2013


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

Koha Team Lyon 3 <koha at univ-lyon3.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12754|0                           |1
        is obsolete|                            |

--- Comment #4 from Koha Team Lyon 3 <koha at univ-lyon3.fr> ---
Created attachment 14657
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14657&action=edit
Bug 8896: Delete no more missing serials from missinglist

Well,I used a smartmatch in my code that didn't match (I think it works only
from perl 5.10 and on). I replace it by a grep and it's ok now. 

Test Plan :
Choose a serial to search in serial module
click on title link
click on Modify subscription and uncheck if necessary the 'manual history'
checkbox in Subscription history part. ( => manualhistory must be equal to 0 in
sql subscription table)
Save and go to Edit serial.
Say you think that you will never receive the number N and out of despair set
the status to 'missing'.
If you come back to Modify subscription, Subscription history section, you can
now see that the number N had been added to Missing field and as this supplies
the corresponding zone on the OPAC, you'll also find it in the detail record of
catalogue.
Now imagine that you unexpectedly receive this serial the day after.
You go to Edit serial and set it as 'arrived'.
But number N remains in subscription Missing field and opac.
Then, apply the patch and redo the same manouvers.
You will see at the end, that the number N had been deleted from missing zone

-- 
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