Bug 3281

Summary: Item's summary parsing should be different
Product: Koha Reporter: Nahuel Angelinetti <nahuel.angelinetti>
Component: SearchingAssignee: Nahuel Angelinetti <nahuel.angelinetti>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: bugfix
replace previous
bugfix fo head

Description Chris Cormack 2010-05-21 01:08:39 UTC


---- Reported by nahuel.angelinetti@biblibre.com 2009-06-02 15:01:06 ----

At the moment, if in item's summary model, you put fields that are repeatable, and repeated, koha show this every field concatened.
We think, each line of summary model, should be repeated, if any field is repeated.
Like if in the Record we have :
200$a : my name
200$a : your name
200$c : hello

And in item summary:
[200a] -- [200c]

We must see has result:
my name -- hello
your name --



---- Additional Comments From nahuel.angelinetti@biblibre.com 2009-06-02 15:03:08 ----

Created an attachment
bugfix





---- Additional Comments From nahuel.angelinetti@biblibre.com 2009-10-01 11:22:48 ----

Created an attachment
replace previous





---- Additional Comments From nahuel.angelinetti@biblibre.com 2009-10-01 11:30:23 ----

Created an attachment
bugfix fo head





--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:08 UTC  ---

This bug was previously known as _bug_ 3281 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3281
Imported an attachment (id=1195)
Imported an attachment (id=1196)
Imported an attachment (id=1197)

Actual time not defined. Setting to 0.0
The original submitter of attachment 1195 [details] [review] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 1196 [details] [review] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 1197 [details] [review] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.

Comment 1 Marcel de Rooy 2011-02-17 11:22:12 UTC
I checked the patch for head (second attachment), but it does not apply anymore.

../rma/signoff/3281.patch:34: trailing whitespace.
../rma/signoff/3281.patch:45: trailing whitespace.
../rma/signoff/3281.patch:51: trailing whitespace.
../rma/signoff/3281.patch:58: trailing whitespace.
../rma/signoff/3281.patch:62: trailing whitespace.
error: patch failed: C4/Search.pm:1233
error: C4/Search.pm: patch does not apply
Comment 2 Chris Cormack 2011-07-07 21:12:49 UTC
This is fixed in head