[Koha-bugs] [Bug 10215] Increase the size of opacnote and librariannote for table subscriptionhistory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 6 14:10:34 CEST 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90323|0                           |1
        is obsolete|                            |
  Attachment #90324|0                           |1
        is obsolete|                            |
  Attachment #90325|0                           |1
        is obsolete|                            |

--- Comment #26 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 90355
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90355&action=edit
Bug 10215: Increase the size of opacnote and librariannote for table
subscriptionhistory

We have librarians that are regularly hitting the maximum number of
characters for the note fields in subscription history. They would like
to be able to store at least 1000 characters here. Converting the
varchar(150) to text should do it.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Add public and private notes to a subscription history entry
   where each note is greater than 150 characters.
4) Save and view the notes, the notes should not be truncated.

Rescued-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list