[koha-commits] main Koha release repository branch new/bug_5339 updated. v3.08.00-849-g59c230e

Git repo owner gitmaster at git.koha-community.org
Thu Sep 20 10:17:09 CEST 2012


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, new/bug_5339 has been updated
       via  59c230e7fd91e2c37df12105fad3293f0533ab5c (commit)
       via  766b267b154716b3ea420ba8da38b058b9463448 (commit)
       via  8cf9f78702e309dfe1d66f18a63160d99168b4db (commit)
       via  766e2b0106c4a6b51988e706d310100f3fda11f8 (commit)
      from  10818eb6f17393fbf37effa8d4d1a5d5967a43db (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 59c230e7fd91e2c37df12105fad3293f0533ab5c
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Thu Sep 20 10:19:19 2012 +0200

    Bug 5339 follow-up
    
     * fix english error
     * if the invoice is closed, don't display a "finish receiving" link, but a "view invoice" one

commit 766b267b154716b3ea420ba8da38b058b9463448
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Sep 19 15:02:49 2012 +0200

    Bug 5339: Unit tests for invoices related subroutines
    
    These tests use DBD::Mock to check if SQL queries are correctly built.
    Actually, we only check bound parameters.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 8cf9f78702e309dfe1d66f18a63160d99168b4db
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Sep 19 14:08:28 2012 +0200

    Bug 5339: ergonomic changes
    
    - "Finish receive" on parcel.pl now redirect to acqui/invoice.pl,
      allowing the librarian to modify invoice informations (freight,
      billing date, ...) and close invoice.
    - The librarian can now close (or reopen) the invoice and modify invoice
      informations in 1 operation (instead of 2)
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 766e2b0106c4a6b51988e706d310100f3fda11f8
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Sep 20 09:11:58 2012 +0200

    Bug 5339: Fix t/db_dependant/Acquisition.t

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

Summary of changes:
 C4/Acquisition.pm                                  |    4 +-
 acqui/invoice.pl                                   |    5 +
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |   74 ++++++------
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   19 ++--
 t/Acquisition/Invoice.t                            |  131 ++++++++++++++++++++
 t/db_dependent/Acquisition.t                       |    2 +-
 6 files changed, 188 insertions(+), 47 deletions(-)
 create mode 100755 t/Acquisition/Invoice.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list