[Koha-bugs] [Bug 14910] Renew a patron does not redirect to the correct module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 1 12:31:50 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14910

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |magnus at libriotech.no

--- Comment #7 from Magnus Enger <magnus at libriotech.no> ---
(In reply to Jonathan Druart from comment #5)
> Test plan:
> 0/ Do not apply this patch
> 1/ Create a patron with a cardnumber with a quote (rm'me) and another
> one without a quote (rmme)
> 2/ Go on the checkouts page (circ/circulation.pl)
> 3/ Renew the 2 patrons
> => With rm'me you are redirected to the circ module - ok
> => With rmme you are redirected to the member module - nok

I can reproduce this without the patch. 

But after I apply the patch, I get this: 

rm'me: No JS popup confirmation, but redirected to the circ module
rmme: JS popup confirmation, but redirected to the member module

For rmme I get this error in the Firebug Console: 

    SyntaxError: expected expression, got ','
    firstDay: ,

For rm'me I get two errors:

    SyntaxError: expected expression, got ','
    firstDay: ,

    SyntaxError: missing ; before statement
   
...owernumber=6450&cardnumber=rm'me&desintation=circ&reregistration=y'

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list