[Koha-bugs] [Bug 12375] Store serials enumeration data in separate fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 5 18:51:42 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375

--- Comment #10 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 28683
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28683&action=edit
Bug 12375 [4] - Replace use of DBI with Koha::Database in C4::Serials::NewIssue

Currently, all serials enumeration data is stored in conglomerated
fashion in serial.serialseq. This makes it extremely difficult to do any
reporting based on the individual sequence values due to this fact. In
addition to the formatted version of the sequence, we should be storing
the individual values as well.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Create a new subscription, and add serials to it. The new x y and
   z fields should be populated with the same data the replaces {X} {Y} and
   {Z} in the enumeration field.
4) Inspect some existing serials. The update script will have made a
   best effort to recover the existing enumeration data to store in
   separate fields.

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


More information about the Koha-bugs mailing list