21 Sep
2012
21 Sep
'12
6:01 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798 --- Comment #12 from Elliott Davis <elliott@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.