[open-ils-commits] [GIT] Evergreen ILS branch master updated. 37794afa3eff7fa01f7dce7f1c411d9997dc1060
Evergreen Git
git at git.evergreen-ils.org
Tue Jan 29 01:02:21 EST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 37794afa3eff7fa01f7dce7f1c411d9997dc1060 (commit)
from 77a021f9c1a523e6beb3354c4dc05853cda43035 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 37794afa3eff7fa01f7dce7f1c411d9997dc1060
Author: Bill Erickson <berick at esilibrary.com>
Date: Mon Nov 5 09:22:55 2012 -0500
LP1051112 - Display lineitem commands menu on empty picklists
Ensure that the lineitem commands drop-down menu appears even when the
picklist is empty. Previously, the commands were not displayed until
the first lineitem was retrieved. For empty picklists, of course, there
will be no first lineitem.
Signed-off-by: Bill Erickson <berick at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/web/js/ui/default/acq/picklist/view.js b/Open-ILS/web/js/ui/default/acq/picklist/view.js
index 818fb6e..f44f743 100644
--- a/Open-ILS/web/js/ui/default/acq/picklist/view.js
+++ b/Open-ILS/web/js/ui/default/acq/picklist/view.js
@@ -106,6 +106,9 @@ function loadLIs() {
liTable.addLineitem(li);
liTable.show('list');
}
+ },
+ oncomplete : function() {
+ liTable.show('list');
}
}
);
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/acq/picklist/view.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list