https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940

--- Comment #12 from Didier Gautheron <didier.gauthe...@biblibre.com> ---
select * from borrower_debarments;
+-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+
| borrower_debarment_id | borrowernumber | expiration | type   | comment |
manager_id | created             | updated |
+-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+
|                     1 |             19 | NULL       | MANUAL | foobar  |     
   51 | 2020-11-17 14:25:20 | NULL    |
+-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+
1 row in set (0.00 sec)


 select debarredcomment from borrowers where borrowernumber = 19;
+-----------------+
| debarredcomment |
+-----------------+
|                 |
+-----------------+
1 row in set (0.00 sec)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to