[Koha-bugs] [Bug 14224] patron notes about item shown at check in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 29 08:53:59 CET 2016


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

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Aleisha Amohia from comment #16)
> Hi Jonathan, 
> 
> I'm having issues using Koha::Issues->find($issue_id).
> I'm receiving this error:
> Can't locate object method "_new_from_dbic" via package "Koha::Issue" at
> /home/vagrant/kohaclone/Koha/Objects.pm line 87
> Do you know what could be causing this?
> 
> Aleisha

Hi Aleisha,
I have tried this small snippet:
  use Koha::Issues;
  my $issue = Koha::Issues->find(1);
  say $issue->branchcode;
and it works as expected.
Do you have a small part of code to recreate the error you got?

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


More information about the Koha-bugs mailing list