| Summary: | [OMNIBUS] Move Breeding module to Koha namespace | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 33836, 33404 | ||
| Bug Blocks: | |||
|
Description
Marcel de Rooy
2023-05-25 13:36:59 UTC
cat C4/Breeding.pm | grep -P "^sub "
sub BreedingSearch {
sub Z3950Search {
sub _auth_build_query {
sub _bib_build_query {
sub _build_query {
sub _handle_one_result {
sub _do_xslt_proc {
sub _add_custom_field_rowdata
sub _isbn_replace {
sub _create_connection {
sub _translate_query { #SRU query adjusted per server cf. srufields column
sub ImportBreedingAuth {
sub Z3950SearchAuth {
|