[Koha-bugs] [Bug 15985] Include transacting library in fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 5 09:38:16 CET 2018


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #7 from Josef Moravec <josef.moravec at gmail.com> ---
Sorry Kyle, but not ready to pass QA yet:

first, thing reported by qa tools:
 FAIL   Koha/Checkout.pm
  FAIL    pod
                 in file Koha/Checkout.pm
                Unknown command 'head'
                *** ERROR: 
   FAIL   pod coverage
                POD is missing for 'library'


 FAIL   members/pay.pl
   FAIL   valid
                members/pay.pl had compilation errors.
                Global symbol "$accountline" requires explicit package name 

Then:
When the item with fine is checked out, I can see the name of library, but when
I check it in, it disappear. Shouldn't it be still visible?

In pay.pl you are doing this:
$account_line->{checkout}     =
Koha::Checkouts->find($accountline->{issue_id});
Maybe be better could be to add new sub to Koha::Account::Line object. You can
take care of issue/old_issue table relation.

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


More information about the Koha-bugs mailing list