[Koha-bugs] [Bug 8798] Add the use of DBIx::Class

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 21 18:01:00 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798

--- Comment #12 from Elliott Davis <elliott at bywatersolutions.com> ---
Kyle you're probably right and I probably jumped the gun in my excitement to
get this in.  I'll paste the script here: 

#!/usr/bin/perl                                                                 

use strict;
use warnings;
use C4::Context;
use Data::Dumper;

my $schema = C4::Context->schema;

print Dumper($schema->resultset("Borrower"));

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


More information about the Koha-bugs mailing list