[koha-commits] main Koha release repository branch new/bug_8382 created. v3.08.00-671-gb6433ee6

Git repo owner gitmaster at git.koha-community.org
Wed Sep 5 13:51:42 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_8382 has been created
        at  b6433ee60ac9c932393c34d89013cf686c0fa91a (commit)

- Log -----------------------------------------------------------------
commit b6433ee60ac9c932393c34d89013cf686c0fa91a
Author: christophe croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Jul 5 20:07:42 2012 +0200

    SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl
    
    Because in parcel.pl page the filter (on the left) makes a table using jscript and
    a very different workflow, the "cancel" link does nothing just asking for cancelling.
    Principaly due to the use of the "filter" js function that call the parcel.pl page
    and does all the job in a separate block with a separate perl function
    (SearchOrder) that sends all to js, that constructs html to finally append it to table.
    So I have decided to rebuild entirely the filter.
    I have choosen to overload the function "GetPendingOrders" to enable it to accept new arguments.
    To test : when you are in "parcel.pl" ready to receive orders, simply select a filter on the left
    and on the filtered page try to cancel a line.
    You'll have the warning message but no more, the line will be not canceled.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list