https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19489 --- Comment #36 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 85236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85236 Bug 19489: (Rebased) Koha::Account::Line->issue method and Unit test Review of attachment 85236: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19489&attachment=85236) ----------------------------------------------------------------- ::: Koha/Account/Line.pm @@ +55,5 @@
}
+=head3 issue + +Return the item linked to this account line if exists
item? @@ +59,5 @@
+Return the item linked to this account line if exists + +=cut + +sub issue {
According to Koha terminology, this should be named "checkout" -- You are receiving this mail because: You are watching all bug changes.