[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-755-gda0337b

Git repo owner gitmaster at git.koha-community.org
Wed Jul 3 00:19:23 CEST 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 "main Koha release repository".

The branch, master has been updated
       via  da0337b374c5824c0f9edcb3e8545c812644ff63 (commit)
      from  974ab561ef00e76e7329f61b016b5d6b3103dde7 (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 da0337b374c5824c0f9edcb3e8545c812644ff63
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 4 12:04:46 2013 +0200

    Bug 9987: Remove DB field aqorders.biblioitemnunmber
    
    The DB field aqorders.biblioitemnumber seems to be unused except to get
    the itype on the spent.pl page.
    
    This information can be retrieved uising another SQL join.
    
    Test plan:
    Try a complete workflow in the acquisition module: create an order,
    receive it, play with the syspref AcqCreateItem.
    Check that no regression is found and that the data for existing
    orders don't change.
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   65 +------------------
 C4/Letters.pm                                      |    2 +-
 acqui/addorder.pl                                  |    4 +-
 acqui/finishreceive.pl                             |    1 -
 acqui/neworderempty.pl                             |    1 -
 acqui/orderreceive.pl                              |    1 -
 acqui/spent.pl                                     |    7 +-
 installer/data/mysql/kohastructure.sql             |    1 -
 installer/data/mysql/updatedatabase.pl             |    8 +++
 .../prog/en/modules/acqui/neworderempty.tt         |    1 -
 .../prog/en/modules/acqui/orderreceive.tt          |    1 -
 t/db_dependent/lib/KohaTest/Acquisition.pm         |    1 -
 12 files changed, 18 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list