29 Nov
2016
29 Nov
'16
8:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14224 --- Comment #17 from Jonathan Druart <jonathan.druart@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.