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

--- Comment #17 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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