[Koha-devel] Losing biblio.author in 3.8.5

2012-10-29 Thread Paul
We have a [rather important, it's for donors' tax receipts] report that 
includes:


SELECT
items.barcode AS Barcode,items.dateaccessioned AS 'Acc Date',
biblio.title AS Title, biblio.author AS Author,biblioitems.publishercode AS 
Publisher,biblioitems.publicationyear AS Year,

biblioitems.editionstatement AS Edition,
items.price as FMV, etc etc etc

It worked perfectly from 3.6.1 up to and including 3.8.4

Since we upgraded to 3.8.5 (24 Sep, to fix bug 8520), something has changed 
-- biblio.author systematically comes up empty (all 245$a fields are 
present) while *all* the other field are perfect. (added later: just 
checked some other reports that use biblio.author -- same result, other 
fields are good, author fails.)


I've looked around release notes and bugs without finding anything 
relevant, and am now at a loss as to what I should look for.


Any suggestions warmly accepted.

Thanks and regards,
Paul

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


Re: [Koha-devel] Losing biblio.author in 3.8.5

2012-10-29 Thread Fischer, Katrin
Hi Paul,

the fields in biblio, biblioitems and items are connected to MARC fields by the 
Koha-to-MARC-Mappings in the administration area. Have you checked if someone 
changed the mapping for your author fields? Also the mappings are 1:1, so say 
someone tried mapping 700, 100 would no longer be used.
For your reports you always have the option to query the MARCXML data directly, 
nothing should be lost.

Hope that helps,

Katrin


-Ursprüngliche Nachricht-
Von: koha-devel-boun...@lists.koha-community.org im Auftrag von Paul
Gesendet: Mo 29.10.2012 19:55
An: koha-devel@lists.koha-community.org
Betreff: [Koha-devel] Losing biblio.author in 3.8.5
 
We have a [rather important, it's for donors' tax receipts] report that 
includes:

SELECT
items.barcode AS Barcode,items.dateaccessioned AS 'Acc Date',
biblio.title AS Title, biblio.author AS Author,biblioitems.publishercode AS 
Publisher,biblioitems.publicationyear AS Year,
biblioitems.editionstatement AS Edition,
items.price as FMV, etc etc etc

It worked perfectly from 3.6.1 up to and including 3.8.4

Since we upgraded to 3.8.5 (24 Sep, to fix bug 8520), something has changed 
-- biblio.author systematically comes up empty (all 245$a fields are 
present) while *all* the other field are perfect. (added later: just 
checked some other reports that use biblio.author -- same result, other 
fields are good, author fails.)

I've looked around release notes and bugs without finding anything 
relevant, and am now at a loss as to what I should look for.

Any suggestions warmly accepted.

Thanks and regards,
Paul

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/



___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/