[koha-commits] main Koha release repository branch master updated. v3.22.00-644-g07f85e7

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 05:01:13 CET 2016


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  07f85e7f88a971648449df56c644a0fdbfabce8d (commit)
       via  fdc224e1025529726007e345990c682073920aa8 (commit)
      from  3dcef671726b94067d6905beb1886c627f035f1f (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 07f85e7f88a971648449df56c644a0fdbfabce8d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 20 15:00:33 2016 +0000

    Bug 15631: Koha::Cities - remove getidcity and GetCities
    
    C4::Members::getidcity and C4::Members::GetCities simply retrieved
    cities info from the cities table.
    The job done in members/memberentry.pl looked really weird and complicated.
    Either I have missed something, or this patch can simplify it.
    
    The expected behavior is:
    1. Create a new patron => No city selected
    2. Edit an existing patron => The borrowers.city value is selected
    3. Add a guarantee => The borrowers.city of the guarantor is selected
    4. Edit a guarantee => The borrowers.city of the guarantee is selected
    
    Test plan:
    Confirm that the expected behaviors are the ones before and after this patch.
    
    Signed-off-by: Natasha <tasham_8 at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit fdc224e1025529726007e345990c682073920aa8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 20 14:59:48 2016 +0000

    Bug 15631: Koha::Cities - remove getzipnamecity
    
    C4::Members::getzipnamecity was not used and can be remove safely.
    
    Test plan:
      git grep getzipnamecity
    should not return any result.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Members.pm                                      |   67 --------------------
 .../en/includes/member-main-address-style-de.inc   |   19 +++---
 .../en/includes/member-main-address-style-us.inc   |   19 +++---
 members/memberentry.pl                             |   32 ++--------
 4 files changed, 26 insertions(+), 111 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list