[koha-commits] main Koha release repository branch new/bug_7291 created. v3.06.00-1014-g64d39e1

Git repo owner gitmaster at git.koha-community.org
Tue Apr 3 18:24:13 CEST 2012


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, new/bug_7291 has been created
        at  64d39e1d9ea714190f5e42b60b89014424ce1183 (commit)

- Log -----------------------------------------------------------------
commit 64d39e1d9ea714190f5e42b60b89014424ce1183
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 3 16:02:32 2012 +0200

    Bug 7291: Followup: removes backquotes
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit d76dbace5e6436ae5244876b52ffcdc4831f91db
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Feb 13 10:05:17 2012 +0100

    Bug 7291: Adds new field aqbooksellers.deliverytime
    
    New field deliverytime in aqbooksellers table. It is an estimated
    delivery time for orders (in days).
    You can set this delay on the supplier modification page.
    It is used in the late orders search.
    
    The order estimated date is the aqbasket.closedate +
    aqbooksellers.deliverytime
    
    If you set a delay, the query check if closedate <= today - delay
    
    If you set a "delivery time from" and a "delivery time to", the query check if
    $delivery_time_from <= aqbooksellers.deliverytime is not NULL and if
    closedate + deliverytime >= $delivery_time_to
    if there is not a time_to then $delivery_time_to = the current date.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list