[open-ils-commits] r18622 - trunk/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:02:39 EDT 2010


Author: senator
Date: 2010-11-05 13:02:35 -0400 (Fri, 05 Nov 2010)
New Revision: 18622

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
Log:
Address https://bugs.launchpad.net/evergreen/2.0/+bug/670734

Code called by the xul menuitem's oncommand referred to a constant that
didn't exist, but the intention was clear enough, so this should fix it.



Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2010-11-05 16:46:40 UTC (rev 18621)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js	2010-11-05 17:02:35 UTC (rev 18622)
@@ -335,6 +335,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