Revert "Bug 7785: Remove unused function columns() which uses a MySQLism."
This reverts commit 1c8df08aea
.
See:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7785#c5
and
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7975
This patch broke tools/import_borrowers.pl
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
452b81f769
commit
90d13965d3
1 changed files with 4 additions and 0 deletions
|
@ -692,6 +692,10 @@ sub GetMemberIssuesAndFines {
|
|||
return ($overdue_count, $issue_count, $total_fines);
|
||||
}
|
||||
|
||||
sub columns(;$) {
|
||||
return @{C4::Context->dbh->selectcol_arrayref("SHOW columns from borrowers")};
|
||||
}
|
||||
|
||||
=head2 ModMember
|
||||
|
||||
my $success = ModMember(borrowernumber => $borrowernumber,
|
||||
|
|
Loading…
Reference in a new issue