http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798
--- Comment #12 from Elliott Davis <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
