Koha/koha-tmpl/intranet-tmpl
Jonathan Druart 04f5e7d4e7 Bug 12320: Remove deprecated construct to delete cookie holdfor
$.cookie('foo', null);
is deprecated and should be replaced with
  $.removeCookie('foo');

This patch replaces the occurrences for the "holdfor" cookie.

Test plan:
1/ Search for a patron
2/ On the patron detail page, click on "search to hold"
3/ Search for records
4/ On the results page, click on "Place hold" > "Forget PATRON"
5/ Reload the page.
6/ The "Place hold" button should not contain the patron anymore

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Works as described, no errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-06-04 10:07:26 -03:00
..
js Bug 11890: Prevent default on click event 2015-05-07 10:59:21 -03:00
lib Bug 9043: Add a wonderful image 2014-11-26 11:20:47 -03:00
prog Bug 12320: Remove deprecated construct to delete cookie holdfor 2015-06-04 10:07:26 -03:00