[Koha-bugs] [Bug 26940] debarred comment in borrowers table is lost on patron modifications in memberentry.pl page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 17 15:52:11 CET 2020


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

--- Comment #12 from Didier Gautheron <didier.gautheron at 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.


More information about the Koha-bugs mailing list