[Koha-bugs] [Bug 36368] Cannot save new patron after error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 09:30:53 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36368

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|Signed Off                  |Failed QA

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
    $op = 'add_form'  if ( $op eq 'cud-insert' );
    $op = 'edit_form' if ( $op eq 'cud-save' );
    %data=%newdata;
    $template->param( updtype => ($op eq 'add' ?'I':'M'));  # used to check for
$op eq "cud-insert"... but we just changed $op!

Looks like we are not done here yet. See above.
We are looking for 'add' but I see add_form ?

FQA

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


More information about the Koha-bugs mailing list