[open-ils-commits] [GIT] Evergreen ILS branch master updated. 101d6528b622eff30d7fcf78b6ea0becf38b3d45

Evergreen Git git at git.evergreen-ils.org
Wed Aug 6 14:22:24 EDT 2014


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  101d6528b622eff30d7fcf78b6ea0becf38b3d45 (commit)
      from  7e5604cf09b5d7178edbc926b90a4d7641adc499 (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 101d6528b622eff30d7fcf78b6ea0becf38b3d45
Author: Bill Erickson <berick at esilibrary.com>
Date:   Wed May 14 14:43:56 2014 -0400

    LP#1319519 Add to PO limits to new/pending PO's
    
    Limit the auto-select output of the PO name text box when adding
    records/lineitems to existing PO's to PO's with the "new" or "pending"
    statuses.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/acq/common/add_to_po.tt2 b/Open-ILS/src/templates/acq/common/add_to_po.tt2
index 370bd28..724cac7 100644
--- a/Open-ILS/src/templates/acq/common/add_to_po.tt2
+++ b/Open-ILS/src/templates/acq/common/add_to_po.tt2
@@ -44,7 +44,9 @@
                 <tr>
                     <td><label>[% l('Enter the PO Name: ') %]</label></td>
                     <td>
-                        <input jsId="addToPoInput" dojoType="openils.widget.PCrudAutocompleteBox" fmclass="acqpo" searchAttr="name" name="target_po" />
+                        <input jsId="addToPoInput" dojoType="openils.widget.PCrudAutocompleteBox" 
+                          store_options="{base_filter:{state:['new','pending']}}"
+                          fmclass="acqpo" searchAttr="name" name="target_po" />
 
                         </td>
                 </tr>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/acq/common/add_to_po.tt2 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list