From 228c0dc042c67612a93cec74eb3e8b3237edbcdd Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 12 Mar 2010 10:45:58 +0000
Subject: [PATCH] don't eat the exception here

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15823 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/js/ui/default/acq/po/events.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Open-ILS/web/js/ui/default/acq/po/events.js b/Open-ILS/web/js/ui/default/acq/po/events.js
index 7e3a416dbb..047adabc7e 100644
--- a/Open-ILS/web/js/ui/default/acq/po/events.js
+++ b/Open-ILS/web/js/ui/default/acq/po/events.js
@@ -150,6 +150,7 @@ function doSelected(method) {
                         if (typeof result.ilsevent != 'undefined') { throw(result); }
                     } catch(E) {
                         //dump('Error in acq/events.js, doSelected(), onresponse(): ' + E);
+                        throw(E);
                     }
                 },
                 onerror: function(r) {
-- 
2.11.0