fix logic error with broken chain (chain is an array of functions that get called...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 00:31:32 +0000 (00:31 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 00:31:32 +0000 (00:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11956 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/exec.js

index 324db77..2bed829 100644 (file)
@@ -59,6 +59,7 @@ util.exec.prototype = {
                                                                }
                                                        } else {
                                                                dump('chain broken\n');
+                                return;
                                                        }
                                                }
                                        }