[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2024-04-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Laurence Rault  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||laurence.ra...@biblibre.com

--- Comment #696 from Laurence Rault  ---
merge conflicts in applying in ktd

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-12-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Emmi Takkinen  changed:

   What|Removed |Added

 CC||emmi.takki...@koha-suomi.fi

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-12-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #695 from Andrii Nugged  ---
(In reply to Michal Denar from comment #688)

Michal, can you check this:
https://wiki.koha-community.org/wiki/Road_map_24.05#Project_proposals
-> Project proposals -> Add support for MARC holdings records.

Others who are also interested in this feature appear: we need more supporters
in one week there, so if there is enough support, this ticket will be included
in the 24.05 plan. Please sign in there.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #694 from Andrii Nugged  ---
PerlKohaCon.fi talk by this topic: " ... about Holdings what are those and how
they are used when items are not enough: in our case in the National Library in
Finland. Why do we need to have Holdings and then something about Holdings in
Koha in general, and what kind of improvements we do need to use those better
ones, ... "

is here:

https://www.youtube.com/watch?v=d2i1dW9CKAs=PLa9kvrI3VLf7ZvLvJk9EtlnF2OVETvddm=20

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #693 from Andrii Nugged  ---
Created attachment 157493
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157493=edit
Bug 20447: Add import/export support for holdings

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Adds support for importing and exporting biblios with interleaved holdings.

Test plan:

1.) Import the MARCXML file attached to the bug with the -holdings parameter:
misc/migration_tools/bulkmarcimport.pl -biblios -holdings -file holdings.xml -m
MARCXML

2.) Verify that the holdings records were imported.

3.) Export the same records with holdings:
misc/export_records.pl --record-type=bibs --starting_biblionumber 103
--ending_biblionumber 104 --filename=holdings_export.xml --format=xml
--holdings

4.) Verify that both bibliographic and holding records are exported.

5.) Verify that tests in t/db_dependent/Exporter/Record.t pass.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrii Nugged  changed:

   What|Removed |Added

 Attachment #139895|0   |1
is obsolete||
 Attachment #139896|0   |1
is obsolete||

--- Comment #692 from Andrii Nugged  ---
Created attachment 157492
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157492=edit
Bug 20447: MARC Holdings support

Enable by setting "SummaryHoldings" option to "Use".

Smaller notes to task parts (batch rebuild script):
---

Includes misc/batchRebuildHoldingsTables.pl: a batch rebuild script for
holdings table which can be used to update the columns in the holdings
table from the MARC record using the rules in the framework. In
practice this will only be required if the koha link field is changed
in the framework.

---
End of smaller notes

Sponsored-by: The National Library of Finland

Co-authored-by: Joonas Kylmälä 
Co-authored-by: Andrew Nugged 

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrii Nugged  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #691 from Katrin Fischer  ---
It's quite late in the current cycle and we already have a lot of big and small
developments in the queues that we are trying to finish for the 23.11 release
in time.

I believe it would be better to focus on this one right after the release and
try to get it pushed early for 24.05.

Maybe a dedicated sandbox could also help in getting this tested.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #690 from Andrii Nugged  ---
I will publish this week rebased (many changes & few more bugfixes).

I will ask the community to push this ticket to master if possible. + I will
put a plan on what is more here that should be improved (there is still a lack
of batch processing, but our team in the National Library of Finland will work
on this further).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-10-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #689 from Andrii Nugged  ---
Publishing this week rebased (many changes & few more bugfixes).

I will ask for community to push this ticket to master if possible. + I will
put plan what is more here should be improved (there still lack of batch
processing, but our team in National Library of Finland will work on this
further).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-08-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Jessie Zairo  changed:

   What|Removed |Added

 CC||jza...@bywatersolutions.com
   ||,
   ||ke...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #688 from Michal Denar  ---
Any news?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2023-01-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Jan Kissig  changed:

   What|Removed |Added

 CC||bibliot...@th-wildau.de

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #687 from Andrew Nugged  ---
The above is still based on tag v22.04.05
(commit hash 75372f012b4ecc321a0658f22ae4f3700502f018).

Now I am doing rebase to the latest master.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #686 from Andrew Nugged  ---

All intermediate patches were obsoleted and merged into the final solution,
as explained in comment #683 (this is for history to note how it was before):

139865 - Bug 20447: MARC Holdings support
139866 - Bug 20447: Add holding_id to REST API item definition
139867 - Bug 20447: Add a batch rebuild script for holdings table
139868 - Bug 20447: Add import/export support for holdings
139869 - Bug 20447: (QA follow-up) Update for bug 26703
139870 - Bug 20447: Fixes for bug 17600
139871 - Bug 20447: DBIX schema changes
139872 - Bug 20447: (QA follow-up) SummaryHoldings preferences should be 1/0
139873 - Bug 20447: (QA follow-up) Remove warning when frameworkcode is undef
139874 - Bug 20447: (QA follow-up) Fix framework switching bug
139875 - Bug 20447: (QA follow-up) Fix full-path call for xml_escape
139876 - Bug 20447: (QA follow-up) Remove undef warnings and add UX note
139877 - Bug 20447: (QA follow-up) include Koha::Holdings where needed (and
remove uses where don't)
139878 - Bug 20447: (QA follow-up) undefined $mode warning remove
139879 - Bug 20447: (QA follow-up) typo, framework= should be frameworkcode=
139880 - Bug 20447: (QA follow-up) bugfix: holding_id not sent down from params
139881 - Bug 20447: (QA follow-up) bugfix: itemcallnumber pref wasn't taken
into account
139882 - Bug 20447: (QA follow-up) UX improvement: merge point of values should
be invisible.
139883 - Bug 20447: (QA follow-up) Warning suppression
139884 - Bug 20447: (QA follow-up) bugfix: undefined holding_id in code on
store
139885 - Bug 20447: (QA follow-up) Warning removal: undef
139886 - Bug 20447: (QA follow-up) Bugfix: Do not force first item for acqorder
from biblionumber, but use framework.
139887 - Bug 20447: (follow-up) Get frameworks as list
139888 - Bug 20447: (QA follow-up) Fix compatibility to 22.05
139889 - Bug 20447: (QA follow-up) Fix atomic update to be more idempotent
139890 - Bug 20447: (QA follow-up) Whitespaces in .css file fixes
139891 - Bug 20447: (QA follow-up) .css file alignment as in addbiblio.css
139892 - Bug 20447: (QA follow-up) detail.tt rebase cimpatibility fixes
139893 - Bug 20447: (QA follow-up) addholding.tt rebase compatibility fixes
139894 - Bug 20447: (QA follow-up) Show blocking full-screen error if biblio
record removed elsewhere (biblio id not found).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #685 from Andrew Nugged  ---
Created attachment 139896
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139896=edit
Bug 20447: Add import/export support for holdings

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Adds support for importing and exporting biblios with interleaved holdings.

Test plan:

1.) Import the MARCXML file attached to the bug with the -holdings parameter:
misc/migration_tools/bulkmarcimport.pl -biblios -holdings -file holdings.xml -m
MARCXML

2.) Verify that the holdings records were imported.

3.) Export the same records with holdings:
misc/export_records.pl --record-type=bibs --starting_biblionumber 103
--ending_biblionumber 104 --filename=holdings_export.xml --format=xml
--holdings

4.) Verify that both bibliographic and holding records are exported.

5.) Verify that tests in t/db_dependent/Exporter/Record.t pass.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrew Nugged  changed:

   What|Removed |Added

 Attachment #139865|0   |1
is obsolete||
 Attachment #139866|0   |1
is obsolete||
 Attachment #139867|0   |1
is obsolete||
 Attachment #139868|0   |1
is obsolete||
 Attachment #139869|0   |1
is obsolete||
 Attachment #139870|0   |1
is obsolete||
 Attachment #139871|0   |1
is obsolete||
 Attachment #139872|0   |1
is obsolete||
 Attachment #139873|0   |1
is obsolete||
 Attachment #139874|0   |1
is obsolete||
 Attachment #139875|0   |1
is obsolete||
 Attachment #139876|0   |1
is obsolete||
 Attachment #139877|0   |1
is obsolete||
 Attachment #139878|0   |1
is obsolete||
 Attachment #139879|0   |1
is obsolete||
 Attachment #139880|0   |1
is obsolete||
 Attachment #139881|0   |1
is obsolete||
 Attachment #139882|0   |1
is obsolete||
 Attachment #139883|0   |1
is obsolete||
 Attachment #139884|0   |1
is obsolete||
 Attachment #139885|0   |1
is obsolete||
 Attachment #139886|0   |1
is obsolete||
 Attachment #139887|0   |1
is obsolete||
 Attachment #139888|0   |1
is obsolete||
 Attachment #139889|0   |1
is obsolete||
 Attachment #139890|0   |1
is obsolete||
 Attachment #139891|0   |1
is obsolete||
 Attachment #139892|0   |1
is obsolete||
 Attachment #139893|0   |1
is obsolete||
 Attachment #139894|0   |1
is obsolete||

--- Comment #684 from Andrew Nugged  ---
Created attachment 139895
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139895=edit
Bug 20447: MARC Holdings support

Enable by setting "SummaryHoldings" option to "Use".




Smaller notes to task parts (batch rebuild script):
---

Includes misc/batchRebuildHoldingsTables.pl: a batch rebuild script for
holdings table which can be used to update the columns in the holdings
table from the MARC record using the rules in the framework. In
practice this will only be required if the koha link field is changed
in the framework.

---
End of smaller notes



Sponsored-by: The National Library of Finland

Co-authored-by: Joonas Kylmälä 
Co-authored-by: Andrew Nugged 

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #683 from Andrew Nugged  ---
Now I will combine changes into less scattered code and a smaller number of
patches (also because I am now co-authoring this task for a while).

Because so many patches patch other patches :) and evolutionary old master
branch compatibility changes should be just in 1st commit, so this burden is
mostly impossible to rebase over the current master (but we need to). This
should help.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #682 from Andrew Nugged  ---
Created attachment 139894
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139894=edit
Bug 20447: (QA follow-up) Show blocking full-screen error if biblio record
removed elsewhere (biblio id not found).

Rebased-by: Andrew Nugged 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #681 from Andrew Nugged  ---
Created attachment 139893
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139893=edit
Bug 20447: (QA follow-up) addholding.tt rebase compatibility fixes

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #680 from Andrew Nugged  ---
Created attachment 139892
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139892=edit
Bug 20447: (QA follow-up) detail.tt rebase cimpatibility fixes

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #679 from Andrew Nugged  ---
Created attachment 139891
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139891=edit
Bug 20447: (QA follow-up) .css file alignment as in addbiblio.css

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #678 from Andrew Nugged  ---
Created attachment 139890
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139890=edit
Bug 20447: (QA follow-up) Whitespaces in .css file fixes

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #677 from Andrew Nugged  ---
Created attachment 139889
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139889=edit
Bug 20447: (QA follow-up) Fix atomic update to be more idempotent

Fix atomic update not to add bad ACQ 952k row into
marc_subfield_structure when no ACQ present at all

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #676 from Andrew Nugged  ---
Created attachment 139888
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139888=edit
Bug 20447: (QA follow-up) Fix compatibility to 22.05

Fix to conform with 22.05 Koha::Object's 'search' wantarray removal
( https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29844 )

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #675 from Andrew Nugged  ---
Created attachment 139887
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139887=edit
Bug 20447: (follow-up) Get frameworks as list

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #674 from Andrew Nugged  ---
Created attachment 139886
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139886=edit
Bug 20447: (QA follow-up) Bugfix: Do not force first item for acqorder from
biblionumber, but use framework.

Note / bigger bug: this happened only for first added item,
all next other items in same basket were added without sending
biblionumber as in original Koha code: so, this is very suspicious
change without any person to explain why. This rolled-back code
looks like unfinished feature or mistake. So I will leave this
comment especially for future checks, if extension or this feature
development will be needed.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #673 from Andrew Nugged  ---
Created attachment 139885
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139885=edit
Bug 20447: (QA follow-up) Warning removal: undef

param 'sep' expected to be string in further processing

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #672 from Andrew Nugged  ---
Created attachment 139884
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139884=edit
Bug 20447: (QA follow-up) bugfix: undefined holding_id in code on store

After saving to DB code didn't get back "last inserted ID" so wasn't
able to allow for interface to go back to newly created holding ID

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #671 from Andrew Nugged  ---
Created attachment 139883
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139883=edit
Bug 20447: (QA follow-up) Warning suppression

tab might be undefined

(sidenote: probably tags->subfields->tabs structures should be defined
more)

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #670 from Andrew Nugged  ---
Created attachment 139882
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139882=edit
Bug 20447: (QA follow-up) UX improvement: merge point of values should be
invisible.

This is requested by customers, i.e. no pipe separate char between
(librarians said they using it also for copy-pasting, and it
confuses patrons because they read roman numbers with this | wrongly)

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #669 from Andrew Nugged  ---
Created attachment 139881
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139881=edit
Bug 20447: (QA follow-up) bugfix: itemcallnumber pref wasn't taken into account

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #668 from Andrew Nugged  ---
Created attachment 139880
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139880=edit
Bug 20447: (QA follow-up) bugfix: holding_id not sent down from params

and was not taken into account

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #667 from Andrew Nugged  ---
Created attachment 139879
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139879=edit
Bug 20447: (QA follow-up) typo, framework= should be frameworkcode=

we don't have 'framework' param parsed in addholding.pl

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #666 from Andrew Nugged  ---
Created attachment 139878
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139878=edit
Bug 20447: (QA follow-up) undefined $mode warning remove

When POST /intranet/cataloguing/addholding.pl happens from any
/cgi-bin/koha/cataloguing/addholding.pl?op=edit=XXX_id=YYY
it has "$mode" undefined but comes to code "$mode ne 'popup'" hence the
warning.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #665 from Andrew Nugged  ---
Created attachment 139877
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139877=edit
Bug 20447: (QA follow-up) include Koha::Holdings where needed (and remove uses
where don't)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #664 from Andrew Nugged  ---
Created attachment 139876
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139876=edit
Bug 20447: (QA follow-up) Remove undef warnings and add UX note

Use of uninitialized value in concatenation (.) or string at
/usr/share/koha/lib/Koha/UI/Form/Builder/Item.pm line 255.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #663 from Andrew Nugged  ---
Created attachment 139875
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139875=edit
Bug 20447: (QA follow-up) Fix full-path call for xml_escape

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #662 from Andrew Nugged  ---
Created attachment 139874
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139874=edit
Bug 20447: (QA follow-up) Fix framework switching bug

Form's parameter never used because $record was always defined, with
new or with existing holding, but always.

Fixed by adding incoming $holding_id presence check.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #661 from Andrew Nugged  ---
Created attachment 139873
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139873=edit
Bug 20447: (QA follow-up) Remove warning when frameworkcode is undef

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #660 from Andrew Nugged  ---
Created attachment 139872
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139872=edit
Bug 20447: (QA follow-up) SummaryHoldings preferences should be 1/0

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #659 from Andrew Nugged  ---
Created attachment 139871
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139871=edit
Bug 20447: DBIX schema changes

Rebased-by: Andrew Nugged 
Rebased-by: Joonas Kylmälä 
Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #658 from Andrew Nugged  ---
Created attachment 139870
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139870=edit
Bug 20447: Fixes for bug 17600

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #657 from Andrew Nugged  ---
Created attachment 139869
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139869=edit
Bug 20447: (QA follow-up) Update for bug 26703

Reverse the title element content as per updated guidelines.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #656 from Andrew Nugged  ---
Created attachment 139868
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139868=edit
Bug 20447: Add import/export support for holdings

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Adds support for importing and exporting biblios with interleaved holdings.

Test plan:

1.) Import the MARCXML file attached to the bug with the -holdings parameter:
misc/migration_tools/bulkmarcimport.pl -biblios -holdings -file holdings.xml -m
MARCXML

2.) Verify that the holdings records were imported.

3.) Export the same records with holdings:
misc/export_records.pl --record-type=bibs --starting_biblionumber 103
--ending_biblionumber 104 --filename=holdings_export.xml --format=xml
--holdings

4.) Verify that both bibliographic and holding records are exported.

5.) Verify that tests in t/db_dependent/Exporter/Record.t pass.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #655 from Andrew Nugged  ---
Created attachment 139867
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139867=edit
Bug 20447: Add a batch rebuild script for holdings table

This script can be used to update the columns in the holdings table from the
MARC record using the rules in the framework. In practice this will only be
required if the koha link field is changed in the framework.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #654 from Andrew Nugged  ---
Created attachment 139866
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139866=edit
Bug 20447: Add holding_id to REST API item definition

Allows items to be properly returned, including the holding_id field.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrew Nugged  changed:

   What|Removed |Added

 Attachment #131458|0   |1
is obsolete||
 Attachment #131459|0   |1
is obsolete||
 Attachment #131460|0   |1
is obsolete||
 Attachment #131461|0   |1
is obsolete||
 Attachment #131462|0   |1
is obsolete||
 Attachment #131463|0   |1
is obsolete||
 Attachment #131464|0   |1
is obsolete||
 Attachment #131465|0   |1
is obsolete||
 Attachment #131466|0   |1
is obsolete||
 Attachment #131467|0   |1
is obsolete||
 Attachment #131468|0   |1
is obsolete||
 Attachment #131469|0   |1
is obsolete||
 Attachment #131470|0   |1
is obsolete||
 Attachment #131471|0   |1
is obsolete||
 Attachment #131472|0   |1
is obsolete||
 Attachment #131473|0   |1
is obsolete||
 Attachment #131474|0   |1
is obsolete||
 Attachment #131475|0   |1
is obsolete||
 Attachment #131476|0   |1
is obsolete||
 Attachment #131477|0   |1
is obsolete||
 Attachment #131478|0   |1
is obsolete||
 Attachment #131479|0   |1
is obsolete||
 Attachment #131480|0   |1
is obsolete||
 Attachment #131481|0   |1
is obsolete||
 Attachment #131482|0   |1
is obsolete||

--- Comment #653 from Andrew Nugged  ---
Created attachment 139865
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139865=edit
Bug 20447: MARC Holdings support

Enable by setting "SummaryHoldings" option to "Use".

Sponsored-by: The National Library of Finland

Co-authored-by: Joonas Kylmälä 
Co-authored-by: Andrew Nugged 

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #652 from Andrew Nugged  ---
I am now doing intermediate rebase, this one will go on tag v22.04.05
(commit hash 75372f012b4ecc321a0658f22ae4f3700502f018).

Intermediate, because in the next step after below pre-rebase (pre- because not
yet on current master), I plan to squash and re-factor TOO BIG to debug and do
future rebasings code, and this will help us to rebase & sign off much cleaner
code later.

And also, it will include 7 more (!) bug fixes patches over the current state
of the things above.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-05-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #651 from Andrew Nugged  ---
I will rebase, this one is in our production so it's important.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-04-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Patch doesn't apply

--- Comment #650 from Katrin Fischer  ---
At the moment this patch set doesn't apply, but it might make sense to wait
with the rebase until 22.05 is out the door and then make a focused effort. 

Unfortunately we only have a week now until soft feature freeze and I feel this
would be too huge to get tested well in this timeframe :(

Applying: Bug 20447: MARC Holdings support
Using index info to reconstruct a base tree...
M   C4/Biblio.pm
M   C4/ImportBatch.pm
M   C4/Items.pm
M   C4/Search.pm
M   C4/XSLT.pm
M   Koha/Biblio.pm
M   Koha/Item.pm
M   catalogue/detail.pl
M   cataloguing/additem.pl
M   installer/data/mysql/kohastructure.sql
M   installer/data/mysql/mandatory/auth_val_cat.sql
M   installer/data/mysql/mandatory/sysprefs.sql
M   koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
M   koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt
M   koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl
M   t/db_dependent/Koha/Biblio.t
M   t/db_dependent/Koha/Item.t
M   t/lib/TestBuilder.pm
M   tools/stage-marc-import.pl
Falling back to patching base and 3-way merge...
Auto-merging tools/stage-marc-import.pl
Auto-merging t/lib/TestBuilder.pm
Auto-merging t/db_dependent/Koha/Item.t
Auto-merging t/db_dependent/Koha/Biblio.t
Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
CONFLICT (content): Merge conflict in
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
Auto-merging installer/data/mysql/mandatory/sysprefs.sql
Auto-merging installer/data/mysql/mandatory/auth_val_cat.sql
Auto-merging installer/data/mysql/kohastructure.sql
Auto-merging cataloguing/additem.pl
Auto-merging catalogue/detail.pl
Auto-merging Koha/Item.pm
Auto-merging Koha/Biblio.pm
CONFLICT (content): Merge conflict in Koha/Biblio.pm
Auto-merging C4/XSLT.pm
Auto-merging C4/Search.pm
Auto-merging C4/Items.pm
Auto-merging C4/ImportBatch.pm
Auto-merging C4/Biblio.pm
error: Failed to merge in the changes.
Patch failed at 0001 Bug 20447: MARC Holdings support
hint: Use 'git am --show-current-patch=diff' to see the failed patch
When you have resolved this problem run "git bz apply --continue".
If you would prefer to skip this patch, instead run "git bz apply --skip".
To restore the original branch and stop patching run "git bz apply --abort".
Patch left in /tmp/Bug-20447-MARC-Holdings-support-BYfeaD.patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #649 from Nick Clemens  ---
Created attachment 131482
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131482=edit
Bug 20447: (follow-up) Get frameworks as list

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #648 from Nick Clemens  ---
Created attachment 131481
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131481=edit
Bug 20447: (QA follow-up) Bugfix: Do not force first item for acqorder from
biblionumber, but use framework.

Note / bigger bug: this happened only for first added item,
all next other items in same basket were added without sending
biblionumber as in original Koha code: so, this is very suspicious
change without any person to explain why. This rolled-back code
looks like unfinished feature or mistake. So I will leave this
comment especially for future checks, if extension or this feature
development will be needed.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #647 from Nick Clemens  ---
Created attachment 131480
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131480=edit
Bug 20447: (QA follow-up) Warning removal: undef

param 'sep' expected to be string in further processing

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #646 from Nick Clemens  ---
Created attachment 131479
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131479=edit
Bug 20447: (QA follow-up) bugfix: undefined holding_id in code on store

After saving to DB code didn't get back "last inserted ID" so wasn't
able to allow for interface to go back to newly created holding ID

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #645 from Nick Clemens  ---
Created attachment 131478
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131478=edit
Bug 20447: (QA follow-up) Warning suppression

tab might be undefined

(sidenote: probably tags->subfields->tabs structures should be defined
more)

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #644 from Nick Clemens  ---
Created attachment 131477
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131477=edit
Bug 20447: (QA follow-up) UX improvement: merge point of values should be
invisible.

This is requested by customers, i.e. no pipe separate char between
(librarians said they using it also for copy-pasting, and it
confuses patrons because they read roman numbers with this | wrongly)

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #643 from Nick Clemens  ---
Created attachment 131476
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131476=edit
Bug 20447: (QA follow-up) bugfix: itemcallnumber pref wasn't taken into account

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #642 from Nick Clemens  ---
Created attachment 131475
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131475=edit
Bug 20447: (QA follow-up) bugfix: holding_id not sent down from params

and was not taken into account

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #641 from Nick Clemens  ---
Created attachment 131474
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131474=edit
Bug 20447: (QA follow-up) typo, framework= should be frameworkcode=

we don't have 'framework' param parsed in addholding.pl

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #640 from Nick Clemens  ---
Created attachment 131473
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131473=edit
Bug 20447: (QA follow-up) undefined $mode warning remove

When POST /intranet/cataloguing/addholding.pl happens from any
/cgi-bin/koha/cataloguing/addholding.pl?op=edit=XXX_id=YYY
it has "$mode" undefined but comes to code "$mode ne 'popup'" hence the
warning.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #639 from Nick Clemens  ---
Created attachment 131472
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131472=edit
Bug 20447: (QA follow-up) include Koha::Holdings where needed (and remove uses
where don't)

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #638 from Nick Clemens  ---
Created attachment 131471
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131471=edit
Bug 20447: (QA follow-up) Remove undef warnings and add UX note

Use of uninitialized value in concatenation (.) or string at
/usr/share/koha/lib/Koha/UI/Form/Builder/Item.pm line 255.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #637 from Nick Clemens  ---
Created attachment 131470
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131470=edit
Bug 20447: (QA follow-up) Fix full-path call for xml_escape

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #636 from Nick Clemens  ---
Created attachment 131469
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131469=edit
Bug 20447: (QA follow-up) Fix framework switching bug

Form's parameter never used because $record was always defined, with
new or with existing holding, but always.

Fixed by adding incoming $holding_id presence check.

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #635 from Nick Clemens  ---
Created attachment 131468
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131468=edit
Bug 20447: (QA follow-up) Remove warning when frameworkcode is undef

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #634 from Nick Clemens  ---
Created attachment 131467
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131467=edit
Bug 20447: (QA follow-up) SummaryHoldings preferences should be 1/0

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #633 from Nick Clemens  ---
Created attachment 131466
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131466=edit
Bug 20447: (QA follow-up) Change 3 pushes to `() x 3` for readability

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #632 from Nick Clemens  ---
Created attachment 131465
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131465=edit
Bug 20447: (QA follow-up) Unify SQL queries formatting

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #631 from Nick Clemens  ---
Created attachment 131464
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131464=edit
Bug 20447: DBIX schema changes

Rebased-by: Andrew Nugged 
Rebased-by: Joonas Kylmälä 
Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #630 from Nick Clemens  ---
Created attachment 131463
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131463=edit
Bug 20447: Fixes for bug 17600

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #629 from Nick Clemens  ---
Created attachment 131462
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131462=edit
Bug 20447: (QA follow-up) Update for bug 26703

Reverse the title element content as per updated guidelines.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #628 from Nick Clemens  ---
Created attachment 131461
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131461=edit
Bug 20447: Add import/export support for holdings

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Adds support for importing and exporting biblios with interleaved holdings.

Test plan:

1.) Import the MARCXML file attached to the bug with the -holdings parameter:
misc/migration_tools/bulkmarcimport.pl -biblios -holdings -file holdings.xml -m
MARCXML

2.) Verify that the holdings records were imported.

3.) Export the same records with holdings:
misc/export_records.pl --record-type=bibs --starting_biblionumber 103
--ending_biblionumber 104 --filename=holdings_export.xml --format=xml
--holdings

4.) Verify that both bibliographic and holding records are exported.

5.) Verify that tests in t/db_dependent/Exporter/Record.t pass.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #627 from Nick Clemens  ---
Created attachment 131460
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131460=edit
Bug 20447: Add a batch rebuild script for holdings table

This script can be used to update the columns in the holdings table from the
MARC record using the rules in the framework. In practice this will only be
required if the koha link field is changed in the framework.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #626 from Nick Clemens  ---
Created attachment 131459
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131459=edit
Bug 20447: Add holding_id to REST API item definition

Allows items to be properly returned, including the holding_id field.

Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Nick Clemens  changed:

   What|Removed |Added

 Attachment #130776|0   |1
is obsolete||
 Attachment #130777|0   |1
is obsolete||
 Attachment #130778|0   |1
is obsolete||
 Attachment #130779|0   |1
is obsolete||
 Attachment #130780|0   |1
is obsolete||
 Attachment #130781|0   |1
is obsolete||
 Attachment #130782|0   |1
is obsolete||
 Attachment #130783|0   |1
is obsolete||
 Attachment #130784|0   |1
is obsolete||
 Attachment #130785|0   |1
is obsolete||
 Attachment #130786|0   |1
is obsolete||
 Attachment #130787|0   |1
is obsolete||
 Attachment #130788|0   |1
is obsolete||
 Attachment #130789|0   |1
is obsolete||
 Attachment #130790|0   |1
is obsolete||
 Attachment #130791|0   |1
is obsolete||
 Attachment #130800|0   |1
is obsolete||
 Attachment #130801|0   |1
is obsolete||
 Attachment #130802|0   |1
is obsolete||
 Attachment #130803|0   |1
is obsolete||
 Attachment #130804|0   |1
is obsolete||
 Attachment #130805|0   |1
is obsolete||
 Attachment #130806|0   |1
is obsolete||
 Attachment #130807|0   |1
is obsolete||

--- Comment #625 from Nick Clemens  ---
Created attachment 131458
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131458=edit
Bug 20447: MARC Holdings support

Enable by setting "SummaryHoldings" option to "Use".

Sponsored-by: The National Library of Finland
Co-authored-by: Joonas Kylmälä 
Signed-off-by: Martin Renvoize 

Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Nick Clemens  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-03-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Nick Clemens  changed:

   What|Removed |Added

 CC||n...@bywatersolutions.com

--- Comment #624 from Nick Clemens  ---
Testing this alongside 24857 I do not think these are conflicting features -
there could be more tie in between them, but the use cases are very different.

The RFC here says this is largely for serial/multipart items - and it works
well for that. It supports MARC for import/export and displays in the results,
and adds info, even if no items are present

Bug 24857 is largely aimed at monographic records - allowing libraries to
internally and easily create groups of items that can then be dealt with as a
group for holds. It does not require additional cataloging, nor do they
display, they are logical groupings for holds purposes (with bug 24860)

I don't believe a library would want to implement both features at the same
time, if there was call for that then they could be more integrated (connect
holding to group or vice versa) but I think as base features both stand alone

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #623 from Andrew Nugged  ---
Rebased. Also all recent bugfixes and QA followups I had published.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #622 from Andrew Nugged  ---
Created attachment 130807
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130807=edit
Bug 20447: (QA follow-up) Bugfix: Do not force first item for acqorder from
biblionumber, but use framework.

Note / bigger bug: this happened only for first added item,
all next other items in same basket were added without sending
biblionumber as in original Koha code: so, this is very suspicious
change without any person to explain why. This rolled-back code
looks like unfinished feature or mistake. So I will leave this
comment especially for future checks, if extension or this feature
development will be needed.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #621 from Andrew Nugged  ---
Created attachment 130806
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130806=edit
Bug 20447: (QA follow-up) Warning removal: undef

param 'sep' expected to be string in further processing

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #620 from Andrew Nugged  ---
Created attachment 130805
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130805=edit
Bug 20447: (QA follow-up) bugfix: undefined holding_id in code on store

After saving to DB code didn't get back "last inserted ID" so wasn't
able to allow for interface to go back to newly created holding ID

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #619 from Andrew Nugged  ---
Created attachment 130804
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130804=edit
Bug 20447: (QA follow-up) Warning suppression

tab might be undefined

(sidenote: probably tags->subfields->tabs structures should be defined
more)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #618 from Andrew Nugged  ---
Created attachment 130803
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130803=edit
Bug 20447: (QA follow-up) UX improvement: merge point of values should be
invisible.

This is requested by customers, i.e. no pipe separate char between
(librarians said they using it also for copy-pasting, and it
confuses patrons because they read roman numbers with this | wrongly)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #617 from Andrew Nugged  ---
Created attachment 130802
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130802=edit
Bug 20447: (QA follow-up) bugfix: itemcallnumber pref wasn't taken into account

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #616 from Andrew Nugged  ---
Created attachment 130801
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130801=edit
Bug 20447: (QA follow-up) bugfix: holding_id not sent down from params

and was not taken into account

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrew Nugged  changed:

   What|Removed |Added

 Attachment #130792|0   |1
is obsolete||
 Attachment #130793|0   |1
is obsolete||
 Attachment #130794|0   |1
is obsolete||
 Attachment #130795|0   |1
is obsolete||
 Attachment #130796|0   |1
is obsolete||
 Attachment #130797|0   |1
is obsolete||
 Attachment #130798|0   |1
is obsolete||
 Attachment #130799|0   |1
is obsolete||

--- Comment #615 from Andrew Nugged  ---
Created attachment 130800
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130800=edit
Bug 20447: (QA follow-up) typo, framework= should be frameworkcode=

we don't have 'framework' param parsed in addholding.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #614 from Andrew Nugged  ---
Created attachment 130799
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130799=edit
Bug 20447: (QA follow-up) Bugfix: Do not force first item for acqorder from
biblionumber, but use framework.

Note / bigger bug: this happened only for first added item,
all next other items in same basket were added without sending
biblionumber as in original Koha code: so, this is very suspicious
change without any person to explain why. This rolled-back code
looks like unfinished feature or mistake. So I will leave this
comment especially for future checks, if extension or this feature
development will be needed.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #613 from Andrew Nugged  ---
Created attachment 130798
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130798=edit
Bug 20447: (QA follow-up) Warning removal: undef param 'sep' expected to be
string in further processing

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #612 from Andrew Nugged  ---
Created attachment 130797
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130797=edit
Bug 20447: (QA follow-up) bugfix: undefined holding_id in code after storing to
db not allows for interface to go back to newly created holding

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #611 from Andrew Nugged  ---
Created attachment 130796
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130796=edit
Bug 20447: (QA follow-up) Warning suppression, tab might be undefined
(sidenote: probably tags->subfields->tabs structures should be defined more)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #610 from Andrew Nugged  ---
Created attachment 130795
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130795=edit
Bug 20447: (QA follow-up) UX improvement: values merge point requested to be
invisible by customers, i.e. no pipe separate char between (librarians said
they using it also for copy-pasting, and it confuses patrons because they read
roman numbers with this

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #609 from Andrew Nugged  ---
Created attachment 130794
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130794=edit
Bug 20447: (QA follow-up) bugfix: itemcallnumber pref wasn't taken into account

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #608 from Andrew Nugged  ---
Created attachment 130793
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130793=edit
Bug 20447: (QA follow-up) bugfix: holding_id not transferred down from params
and not taken into account

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #607 from Andrew Nugged  ---
Created attachment 130792
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130792=edit
Bug 20447: (QA follow-up) typo, framework= should be frameworkcode= we don't
have 'framework' param parsed in addholding.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Andrew Nugged  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #606 from Andrew Nugged  ---
Created attachment 130791
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130791=edit
Bug 20447: (QA follow-up) undefined $mode warning remove

When POST /intranet/cataloguing/addholding.pl happens from any
/cgi-bin/koha/cataloguing/addholding.pl?op=edit=XXX_id=YYY
it has "$mode" undefined but comes to code "$mode ne 'popup'" hence the
warning.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #605 from Andrew Nugged  ---
Created attachment 130790
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130790=edit
Bug 20447: (QA follow-up) include Koha::Holdings where needed (and remove uses
where don't)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #604 from Andrew Nugged  ---
Created attachment 130789
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130789=edit
Bug 20447: (QA follow-up) Remove undef warnings and add UX note

Use of uninitialized value in concatenation (.) or string at
/usr/share/koha/lib/Koha/UI/Form/Builder/Item.pm line 255.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20447] Add support for MARC holdings records

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #603 from Andrew Nugged  ---
Created attachment 130788
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130788=edit
Bug 20447: (QA follow-up) Fix full-path call for xml_escape

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


  1   2   3   4   5   6   7   8   >