[koha-commits] main Koha release repository branch master updated. v19.05.00-629-gce223ed

Git repo owner gitmaster at git.koha-community.org
Fri Sep 13 09:31:30 CEST 2019


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  ce223ed30e4c4308d6585ae13c1da64d356cf7e0 (commit)
       via  81568e3e8a835f2c544812cdb53f7dda99333764 (commit)
       via  129223040f722a25c944e9b6438d8a337e4dd6e3 (commit)
       via  839c095b5461db3818df3ed8589c075e01a9d471 (commit)
      from  9a8bc7fcc5d88dc5ed5d279fae3029c4a9ecbca5 (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 ce223ed30e4c4308d6585ae13c1da64d356cf7e0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Sep 13 08:09:15 2019 +0100

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

commit 81568e3e8a835f2c544812cdb53f7dda99333764
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Sep 12 15:16:04 2019 -0300

    Bug 6759: (QA follow-up) Unit tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 129223040f722a25c944e9b6438d8a337e4dd6e3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 24 11:15:33 2019 +0100

    Bug 6759: Update existing accountlines for 'A'
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 839c095b5461db3818df3ed8589c075e01a9d471
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 24 11:08:49 2019 +0100

    Bug 6759: Split account creation and renewal charges
    
    Test plan:
    1. Enable charging for patron enrolement
    2. Add a new patron where the category is charged for
    3. Note the charge of type 'Account management fee'
    4. Renew the patron
    5. Note the next charge of type 'Account management fee'
    6. Apply patch
    7. Repeat steps 1-6 and note the first charge will be of type 'Account
    creation fee' and the second of type 'Account renewal fee'
    8. Bonus points, enable 'FeeOnChangePatronCategory' and check that when
    changing a patron from a free category to a charged one that a new
    'Account renewal fee' is charged.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Account.pm                                    |    5 +-
 Koha/Patron.pm                                     |   15 ++--
 installer/data/mysql/updatedatabase.pl             |   16 ++++
 .../intranet-tmpl/prog/en/includes/accounts.inc    |    3 +-
 .../prog/en/modules/members/maninvoice.tt          |    2 +-
 .../bootstrap/en/includes/account-table.inc        |    3 +-
 t/db_dependent/Koha/Patron.t                       |   84 +++++++++++++++++++-
 8 files changed, 118 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list