[open-ils-commits] r18320 - branches/rel_1_6/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 13 13:34:17 EDT 2010


Author: phasefx
Date: 2010-10-13 13:34:13 -0400 (Wed, 13 Oct 2010)
New Revision: 18320

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js
Log:
don't pass in the 'id' here or we'll get a pcrud cbs error.  No source selector now, but no error either

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js	2010-10-13 17:12:00 UTC (rev 18319)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/bibs_abreast.js	2010-10-13 17:34:13 UTC (rev 18320)
@@ -138,7 +138,7 @@
 
 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);



More information about the open-ils-commits mailing list