[open-ils-commits] r18624 - branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 5 13:03:28 EDT 2010


Author: senator
Date: 2010-11-05 13:03:24 -0400 (Fri, 05 Nov 2010)
New Revision: 18624

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js
Log:
Backport r18622 from trunk: legacy serials OPAC fix


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2010-11-05 17:02:59 UTC (rev 18623)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2010-11-05 17:03:24 UTC (rev 18624)
@@ -332,6 +332,7 @@
     'MARC_XML_TEMPLATE_RETRIEVE' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.biblio.marc_template.retrieve', 'secure' : false },
     'MARC_XML_TEMPLATE_LIST' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.marc_template.types.retrieve', 'secure' : false },
     'MERGE_RECORDS' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.biblio.records.merge' },
+    'MFHD_XML_RECORD_CREATE' : { 'app': 'open-ils.cat', 'method': 'open-ils.cat.serial.record.xml.create' },
     'PATRON_BARCODE_EXISTS' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.barcode.exists' },
     'PATRON_BARCODE_EXISTS.authoritative' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.barcode.exists.authoritative' },
     'RECALCULATE_STANDING_PENALTIES' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.penalties.update' },



More information about the open-ils-commits mailing list