[Koha-bugs] [Bug 11629] Add ability to update not for loan status on checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 12 10:51:44 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA comment:
1/ I am not sure the code you added to AddReturn is put at the right place.
I think the code should be put into the
  if ( $doreturn )
statement (if the return is not done, I suppose we don't want to update the not
for loan status).
Moreover, you will be able to use the existing call to ModItem (and avoid 1
call to it).

2/ Could you add unit tests for this new syspref please?

Marked as Failed QA.

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


More information about the Koha-bugs mailing list