Bug 16169

Summary: TransformMarcToKoha should not take $dbh in parameters
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: abl, brendan
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 16168    
Bug Blocks:    
Attachments: Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha
Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha
[PASSED QA] Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha

Description Jonathan Druart 2016-03-30 11:01:57 UTC
... especially because it does not use it.
Comment 1 Jonathan Druart 2016-03-30 11:03:50 UTC Comment hidden (obsolete)
Comment 2 Jacek Ablewicz 2016-03-30 13:24:02 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-04-03 20:29:55 UTC
Created attachment 49829 [details] [review]
[PASSED QA] Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha

subroutines should not take $dbh in parameter.
C4::Biblio::TransformMarcToKoha has it and does not use it.

Test plan:
Look at the patch and confirm that all occurrences of
TransformMarcToKoha have been modified.

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Brendan Gallagher 2016-04-07 00:05:14 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!