[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.03-11-gd5c1929

Git repo owner gitmaster at git.koha-community.org
Wed Jul 27 01:57:17 CEST 2011


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, 3.4.x has been updated
       via  d5c1929ed1d2ff728cde963ace9b7e32fa49c564 (commit)
       via  e8f6412c1faea535b52a5cbd38599159c647fb65 (commit)
      from  206293d79a630c492d9fa1e9269fb9321b05435a (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 d5c1929ed1d2ff728cde963ace9b7e32fa49c564
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Tue Jul 26 14:22:53 2011 -0400

    Bug 6614: Remove newlines from order notes when exporting to CSV
    
    Newline is not a valid character to Text::CSV's combine() subroutine.  If an order
    contained a note with a newline in it, that line would come out as a blank entry in
    the exported CSV.  This patch strips such characters, globally.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 68f99cdf980222dcb557667925bd6024640cda2a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e8f6412c1faea535b52a5cbd38599159c647fb65
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jul 21 10:21:31 2011 +1200

    Bug 6611 : With the change to making cardnumber a nullable field, we need to pass it around when we are updating borrowers, to make sure we don't null it
    
    Tested with every small edit link on moremember.pl.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0dae6dca92bcf751168c4bcaee6b09a3bdc1e77f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |    2 ++
 .../prog/en/modules/members/memberentrygen.tt      |   13 ++++++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list