Fix missing dojo.require() in a couple of interfaces.
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 1 Jul 2010 17:05:53 +0000 (17:05 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 1 Jul 2010 17:05:53 +0000 (17:05 +0000)
This bug doesn't manifest itself in releases, as the openils_dojo.js layer
seems to take care of overlooked calls to dojo.require() anyway.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16844 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/acq/financial/claim_eligible.js
Open-ILS/web/js/ui/default/booking/common.js

index 500ce20..e75dfce 100644 (file)
@@ -1,3 +1,4 @@
+dojo.require("dijit.form.Button");
 dojo.require("dijit.form.TextBox");
 dojo.require("openils.acq.Lineitem");
 dojo.require("openils.widget.OrgUnitFilteringSelect");
index bc5166d..3bcbe44 100644 (file)
@@ -1,3 +1,5 @@
+dojo.require("dijit.form.Button");
+
 /* Quick and dirty way to localize some strings; not recommended for reuse.
  * I'm sure dojo provides a better mechanism for this, but at the moment
  * this is faster to implement anew than figuring out the Right way to do