From: phasefx Date: Tue, 28 Oct 2008 21:50:55 +0000 (+0000) Subject: the evils of sed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=87a3fc6892193b58868a66a271b693ca2f1791b4;p=Evergreen.git the evils of sed git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10945 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index 322bc84c18..41f96125ee 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -888,7 +888,7 @@ patron.bills.prototype = { } } obj.network.simple_request( - 'MODS_SLIM_RECORD_RETRIEVE.authoritative_VIA_COPY', + 'MODS_SLIM_RECORD_RETRIEVE_VIA_COPY', [ r_circ.target_copy() ], function (rreq) { var r_mvr = rreq.getResultObject();