[Koha-bugs] [Bug 21396] Missing use statements in Koha::Account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 6 14:50:30 CET 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

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

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 81981
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81981&action=edit
[17.11.x] Bug 21396: Add 2 missing use statements in Koha::Account

1. require C4::Letters must be use C4::Letters (from bug 19191)

2. There is call to C4::Circulation::ReturnLostItem, but no use of
C4::Circulation (from bug 20631)

Test plan:
finger crossed, I ran the tests from t/db_dependent/Koha and they all
passed

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


More information about the Koha-bugs mailing list