[koha-commits] main Koha release repository branch master updated. v19.11.00-1980-g04813346c8

Git repo owner gitmaster at git.koha-community.org
Fri May 1 17:13:20 CEST 2020


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  04813346c84157902d5926e3128ec147138cfa49 (commit)
       via  27bc382535dea91f1c5adb353858b2df9ef3f2a3 (commit)
       via  99882e35e1efc5257b084e4d66acd53c7f16856c (commit)
       via  f195cb45a82d43549647d0efc904fe2107149d2a (commit)
       via  7761db8052329411d6d67ab282f9f8c136feb567 (commit)
      from  30906c8b4f5cabf7d2533cbbde1f3368c5e2915c (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 04813346c84157902d5926e3128ec147138cfa49
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 29 10:40:21 2020 -0400

    Bug 24772: Don't revert course item fields when deleting a course item unless it is enabled
    
    Deactivating a from Course Reserves reverts Item's Shelving Location
    correctly, then deleting the same course reverts the Course Reserve
    Items to old shelving location values.
    
    Test Plan:
    1) Add items to a Course - make sure they all have shelving locations
    prior to being added to the course.
    2) When adding items change their shelving location to something else.
       See that Shelving Location has changed; permanent location in
    parentheses
    3) Deactivated course
       See that Shelving Location has changed back to its original location
    4) Deleted course
       See that Shelving Location has changed back to what was picked during
    adding it to the Course.
    5) Apply this patch, restart all the things!
    6) Repeat steps 1-4, note the shelvig location is not lost!
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Hannah Olsen <holsen at duncanville.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 27bc382535dea91f1c5adb353858b2df9ef3f2a3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 20 12:09:27 2020 +0100

    Bug 25127: Use Koha::Number::Price->round for comparison
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 99882e35e1efc5257b084e4d66acd53c7f16856c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 20 09:34:19 2020 +0100

    Bug 25127: Correction to tests
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f195cb45a82d43549647d0efc904fe2107149d2a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 13 12:47:03 2020 +0000

    Bug 25127: Unit tests
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7761db8052329411d6d67ab282f9f8c136feb567
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 11 12:02:03 2020 +0000

    Bug 25119: Fix account type and description for individual writeoffs/payments
    
    When paying or writing off a single line from the list of pending charges,
    the account type displayed the code instead of the description.
    
    And when bug 23483 fixed the display of the description, 2 variables where
    missed. This change is only visible when looking at the page source:
    
    <input type="hidden" name="description" id="description" value="" />
    
    With the patch applied, the value will be filled with the description.
    
    To test:
    - Create one or more manual invoices of different types
    - Try to pay/write off using the buttons within the table
    - Verify the account type shows as code, not description
    - Apply patch
    - Repeat
    - Bonus points: Check the source code for the hidden input with description.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/CourseReserves.pm                               |  5 +-
 C4/Overdues.pm                                     |  2 +-
 .../prog/en/modules/members/paycollect.tt          | 11 +--
 t/db_dependent/Overdues.t                          | 79 +++++++++++++++++++++-
 4 files changed, 88 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list