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

Evergreen Git git at git.evergreen-ils.org
Mon Jul 29 16:00:37 EDT 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  14956259a3c5f23c2255de3f0c33533555f4d80d (commit)
      from  8f745ed83f0f76cb4da8260420765147f4558d7a (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 14956259a3c5f23c2255de3f0c33533555f4d80d
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Mon Jun 17 13:30:59 2013 +0300

    Fix transposed acq invoice receive table column titles
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/templates/acq/invoice/receive.tt2 b/Open-ILS/src/templates/acq/invoice/receive.tt2
index 80756cf..d69f752 100644
--- a/Open-ILS/src/templates/acq/invoice/receive.tt2
+++ b/Open-ILS/src/templates/acq/invoice/receive.tt2
@@ -41,8 +41,8 @@
                     <th>[% l('Owning Branch') %]</th>
                     <th>[% l('Copy Location') %]</th>
                     <th>[% l('Collection Code') %]</th>
-                    <th>[% l('Fund') %]</th>
                     <th>[% l('Circ Modifier') %]</th>
+                    <th>[% l('Fund') %]</th>
                     <th>[% l('Callnumber') %]</th>
                     <th>[% l('Barcode') %]</th>
                 </tr>

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

Summary of changes:
 Open-ILS/src/templates/acq/invoice/receive.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list