[open-ils-commits] r15823 - trunk/Open-ILS/web/js/ui/default/acq/po (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Mar 12 05:46:05 EST 2010


Author: phasefx
Date: 2010-03-12 05:45:58 -0500 (Fri, 12 Mar 2010)
New Revision: 15823

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/po/events.js
Log:
don't eat the exception here

Modified: trunk/Open-ILS/web/js/ui/default/acq/po/events.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/po/events.js	2010-03-12 05:03:03 UTC (rev 15822)
+++ trunk/Open-ILS/web/js/ui/default/acq/po/events.js	2010-03-12 10:45:58 UTC (rev 15823)
@@ -150,6 +150,7 @@
                         if (typeof result.ilsevent != 'undefined') { throw(result); }
                     } catch(E) {
                         //dump('Error in acq/events.js, doSelected(), onresponse(): ' + E);
+                        throw(E);
                     }
                 },
                 onerror: function(r) {



More information about the open-ils-commits mailing list