From: dbs Date: Fri, 6 May 2011 20:55:07 +0000 (+0000) Subject: Apply one fix from 2.0.6 for cancelled holds X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7aaf17b61d726ceae55e5d3300823e1d74d139d3;p=contrib%2FConifer.git Apply one fix from 2.0.6 for cancelled holds git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_2_0@1445 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/skin/default/js/myopac.js b/web/opac/skin/default/js/myopac.js index 48ceaa86cb..16645407f6 100644 --- a/web/opac/skin/default/js/myopac.js +++ b/web/opac/skin/default/js/myopac.js @@ -1628,7 +1628,7 @@ function myopacProcessHolds(action, thawDate) { switch(action) { case 'cancel': - req = new Request(CANCEL_HOLD, G.user.session, hold.id()); + req = new Request(CANCEL_HOLD, G.user.session, hold.id(), /* Patron via OPAC */ 6); break; case 'thaw':