[koha-commits] main Koha release repository branch master updated. v19.11.00-1650-gc80ced404f

Git repo owner gitmaster at git.koha-community.org
Mon Apr 6 13:56:07 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  c80ced404fa0eff291509b42280c81b7d23d0ad6 (commit)
       via  875108d46e0dacec4221261a29e680023fa5167d (commit)
       via  da3606ac3ff10df6fb111d96070d6d33d0b37f34 (commit)
      from  ce940939d445aad121a6b48f72c6c93bd79c0157 (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 c80ced404fa0eff291509b42280c81b7d23d0ad6
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 6 12:28:36 2020 +0100

    Bug 20754: DBRev 19.12.00.067
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 875108d46e0dacec4221261a29e680023fa5167d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri May 4 10:42:38 2018 +0200

    Bug 20754: DB revision to remove double accepted shares
    
    [Originally submitted for bug 11943, parked at 20754.]
    [Attempt to revive it now.]
    
    Although it is no problem to have them, we could do a cleanup.
    This patch just removes duplicate rows from the table.
    
    Note: I considered adding a unique index like:
        ALTER TABLE virtualshelfshares ADD UNIQUE INDEX (shelfnumber, borrowernumber, invitekey);
    But the possible NULL values in borrowernumber and/or invitekey require
    additional code changes. So I left it alone.
    
    Test plan:
    [1] Create two records with same borrowernumber and shelfnumber in the shares
        table, if not present already.
    [2] Run updatedatabase.pl
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit da3606ac3ff10df6fb111d96070d6d33d0b37f34
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Feb 6 16:15:43 2020 +0100

    Bug 24604: Add 'Pay' button under Transactions tab in patron accounting
    
    It does the same thing as the 'Pay' button under 'Make a payment' tab.
    It is nothing more than a shortcut.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                              |  2 +-
 installer/data/mysql/updatedatabase.pl               | 20 ++++++++++++++++++++
 .../prog/en/modules/members/boraccount.tt            |  3 +++
 3 files changed, 24 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list