Bug 12871

Summary: wthdrawn instead of withdrawn in ILSDI
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 10550    
Bug Blocks:    
Attachments: Bug 12871 - wthdrawn instead of withdrawn in ILSDI
Bug 12871 - wthdrawn instead of withdrawn in ILSDI
[PASSED QA] Bug 12871 - wthdrawn instead of withdrawn in ILSDI

Description Fridolin Somers 2014-09-04 08:25:33 UTC
Bug 10550 as renamed items.wthdrawn into items.withdrawn.
This change is missing in ILSDI/Services.pm
Comment 1 Fridolin Somers 2014-09-04 08:31:30 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-24 20:36:50 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 09:43:43 UTC
Created attachment 32707 [details] [review]
[PASSED QA] Bug 12871 - wthdrawn instead of withdrawn in ILSDI

Bug 10550 as renamed items.wthdrawn into items.withdrawn.
This change was missing in ILSDI/Services.pm

Test plan :
Test ILSDI webservice GetAvailability on a item with items.withdrawn > 0.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixes what seems to be the last occurence of wthdrawn.
Comment 4 Tomás Cohen Arazi 2014-10-27 14:15:58 UTC
Patch pushed to master.

Thanks Fridolin!