Bug 12871 - wthdrawn instead of withdrawn in ILSDI
Summary: wthdrawn instead of withdrawn in ILSDI
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 10550
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-04 08:25 UTC by Fridolin Somers
Modified: 2015-06-04 23:33 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12871 - wthdrawn instead of withdrawn in ILSDI (1.13 KB, patch)
2014-09-04 08:31 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 12871 - wthdrawn instead of withdrawn in ILSDI (1.19 KB, patch)
2014-10-24 20:36 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 12871 - wthdrawn instead of withdrawn in ILSDI (1.31 KB, patch)
2014-10-25 09:43 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!