[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-67-g31832c35e3

Git repo owner gitmaster at git.koha-community.org
Sat Feb 1 01:09:29 CET 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, 19.11.x has been updated
       via  31832c35e3bfe71a58dce9359319cba9a6eaa159 (commit)
       via  5f918d4118e2e617ed32ebdb4732b9d4bbae08b4 (commit)
       via  53da28d371a260b38a3ebe9fbbf3b38839aeedda (commit)
       via  0941debbf67eaf95a9550c3a7891be3b34628d27 (commit)
       via  5ee22b2518374600c0368f3279f43e02d30830f6 (commit)
      from  8d2324b467160e071339c303ac1184899f384dfc (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 31832c35e3bfe71a58dce9359319cba9a6eaa159
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 18:10:15 2019 +0100

    Bug 17667: Do not modify quantity of the original standing order when a receipt is cancelled
    
    When cancelling a receipt, the quantity of the original order is
    increased.
    
    Test plan:
    Create a basket, mark is as "standing orders"
    Create an order
    receive it
    cancel the receipt
    => Without this patch the quantity of the original order is 2
    => With this patch applied the quantity it always 1
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5f918d4118e2e617ed32ebdb4732b9d4bbae08b4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 18:10:07 2019 +0100

    Bug 17667: Add tests
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 53da28d371a260b38a3ebe9fbbf3b38839aeedda
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 12 10:32:17 2020 +0100

    Bug 24404: Add missing space on invoices page / remove . from status
    
    On the bottom of the invoices page the summary of adjustments and
    shipping shows as:
    
    Adjustments plus shipping:2.00
    
    The patch adds the missing space between text and amount.
    
    To test:
    - 'Receive shipment' from a result in your vendor search
    - Start a new invoice by entering an invoice number, amount
      for shipping cost and fund.
    - Finish receive (you don't need to receive anything)
    - You should now be on invoice.pl
    - Verify Status is 'Open.' and in 'Invoice details' we
      have the amount with the missing space.
    - Apply patch, reload the page.
    - Verify the missing space is there and the . is gone.
    - Close invoice, no . there either.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0941debbf67eaf95a9550c3a7891be3b34628d27
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 9 12:48:04 2020 +0000

    Bug 24333: Add password class to AutoSelfCheck syspref
    
    To test:
    1 - Go to Administration
    2 - Search sysprefs for AutoSelfCheck
    3 - Enter something into AutoSelfCheckPass
    4 - Note it is not masked
    5 - Apply patch
    6 - Reload page
    7 - Note password is now masked
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5ee22b2518374600c0368f3279f43e02d30830f6
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Jan 14 18:44:01 2020 +0000

    Bug 24395: Show initial float using the Price TT plugin on summary page
    
    For displaying monetary amounts, we should be using the Price TT
    plugin everywhere. This adds it to the cash register summary page.
    
    To test:
    - Create a cash register
    - Check the cash register table for "Initial float"
    - Verify the amount shows with more than 2 decimals
    - Edit cash register - verify the same display there
    - Apply patch
    - Check again - it should display now with only 2 decimals
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm                                  | 84 +++++++++++-----------
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |  6 +-
 .../prog/en/modules/admin/cash_registers.tt        |  5 +-
 .../en/modules/admin/preferences/circulation.pref  |  1 +
 t/db_dependent/Acquisition/StandingOrders.t        |  7 +-
 5 files changed, 56 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list