[koha-commits] main Koha release repository branch master updated. v3.16.00-rc-3-g09c4d12

Git repo owner gitmaster at git.koha-community.org
Wed May 21 20:57:08 CEST 2014


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  09c4d12d73194aeeb3d26ff3df33edb1ee467002 (commit)
       via  8ec1ffafea89fcb98d67e090a799398a434af18d (commit)
      from  3f9a8ccc18c8d97ac4167e313f4d3a685a9000dc (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 09c4d12d73194aeeb3d26ff3df33edb1ee467002
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue May 20 13:39:26 2014 +0200

    Bug 12274: Invoice detail: don't crash on certain billing dates
    
    Bug 10613 sent the billingdate as a string. The template wants a DateTime
    object.
    
    To reproduce:
    1/ Go on a invoice detail page
    2/ Select a billing date
    3/ Boom without the patch
    [Tue May 20 13:39:18 2014] invoice.pl: Template process failed: undef
    error - The 'day' parameter ("2014") to DateTime::new did not pass the
    'an integer which is a possible valid day of month' callback.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Not all dates will make it go 'boom' but 31/07/2014 did.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8ec1ffafea89fcb98d67e090a799398a434af18d
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Sat May 17 10:30:15 2014 +0200

    Bug 12274: handle closed invoices properly on invoice details page
    
    Trivial fix for small regression (closed invoices are displayed as
    "Open" on details page, and it's not possible to reopen the closed
    invoice using "Save" button) introduced by bug 10613.
    
    Test plan:
    
    1) Create and close some invoices
    2) Note that closed invoices are erroneously displayed as "Open"
    on individual invoice[s] details page
    3) Apply patch
    4) Check previously closed invoices; their status on details page
    should now be properly displayed as "Closed on ..." (and an option
    for reopening would reappear as well)
    5) Ensure that "Close" / "Reopen" checkboxes followed by "Save" button
    do work as expected for individual open / closed invoices respectivelly.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/invoice.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list