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

Evergreen Git git at git.evergreen-ils.org
Thu Mar 15 11:22:33 EDT 2018


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  adf98e50e05f4f923d03e276b6608c56eff17708 (commit)
      from  5a5d759e34403314381e771ea1e05e5a55ec6061 (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 adf98e50e05f4f923d03e276b6608c56eff17708
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Wed Mar 14 16:44:48 2018 -0400

    LP#1755917: Fix Acq Admin menu order
    
    According to commit cac16285aca, the acq admin menu is supposed to be in
    alphabetical order. However, one item remains out of place. This commit
    fixes that.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/admin/acq/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/acq/t_splash.tt2
index e9d2894..76ca28a 100644
--- a/Open-ILS/src/templates/staff/admin/acq/t_splash.tt2
+++ b/Open-ILS/src/templates/staff/admin/acq/t_splash.tt2
@@ -14,7 +14,6 @@
     ,[ l('Claim Policies'), "./admin/acq/conify/claim_policy" ]
     ,[ l('Claim Policy Actions'), "./admin/acq/conify/claim_policy_action" ]
     ,[ l('Claim Types'), "./admin/acq/conify/claim_type" ]
-    ,[ l('Invoice Item Types'), "./admin/acq/conify/invoice_item_type" ]
     ,[ l('Currency Types'), "./admin/acq/currency_type/list" ]
     ,[ l('Distribution Formulas'), "./admin/acq/conify/distribution_formula" ]
     ,[ l('EDI Accounts'), "./admin/acq/conify/edi_account" ]
@@ -24,6 +23,7 @@
     ,[ l('Fund Tags'), "./admin/acq/conify/fund_tag" ]
     ,[ l('Funding Sources'), "./admin/acq/funding_source/list" ]
     ,[ l('Funds'), "./admin/acq/fund/list" ]
+    ,[ l('Invoice Item Types'), "./admin/acq/conify/invoice_item_type" ]
     ,[ l('Invoice Payment Method'), "./admin/acq/conify/invoice_payment_method" ]
     ,[ l('Line Item Alerts'), "./admin/acq/conify/lineitem_alert" ]
     ,[ l('Line Item MARC Attribute Definitions'), "./admin/acq/conify/lineitem_marc_attr_def" ]

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

Summary of changes:
 .../src/templates/staff/admin/acq/t_splash.tt2     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list