From: phasefx Date: Wed, 13 Oct 2010 17:34:13 +0000 (+0000) Subject: don't pass in the 'id' here or we'll get a pcrud cbs error. No source selector now... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8b57b034709043296f6e4b758fe05e8dd8d3c611;p=Evergreen.git don't pass in the 'id' here or we'll get a pcrud cbs error. No source selector now, but no error either git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18320 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js b/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js index af5b7e6c4f..da5213a8bc 100644 --- a/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js +++ b/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js @@ -138,7 +138,7 @@ function set_item_pane(deck,record_id) { function set_edit_pane(deck,record_id) { var my_xulG = { - 'record' : { 'url' : '/opac/extras/supercat/retrieve/marcxml/record/' + record_id, "id": record_id, "rtype": "bre" }, + 'record' : { 'url' : '/opac/extras/supercat/retrieve/marcxml/record/' + record_id, "rtype": "bre" }, 'fast_add_item' : function(doc_id,cn_label,cp_barcode) { try { return cat.util.fast_item_add(doc_id,cn_label,cp_barcode);