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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35578|0                           |1
        is obsolete|                            |

--- Comment #45 from Nick Clemens <[email protected]> ---
Created attachment 35714
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35714&action=edit
[SIGNED OFF] Bug 9351 - item type not recorded correctly in statistics for
returns and some local use - followup

This patch corrects previous for AddReturn() :
-  $item->{'itype'} instead of $biblio->{'itype'}
-  and my $biblio is not set so it is useless
-  removes FIXME comment

Also adds a TODO comment in CanBookBeIssued() :
- $item->{'itemtype'}=$item->{'itype'}, this line may be useless now

Signed-off-by: Nick <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to