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

--- Comment #2 from David Nind <[email protected]> ---
Created attachment 200434
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200434&action=edit
Bug 42846: Koha::Database::DataInconsistency fix typo for biblioitemnumber in
MARC

Check of biblioitemnumber in MARC uses $biblionumber instead of
$biblioitemnumber

It returns for example :
Biblionumber 542620 has biblioitemnumber '542620' but should be '542620' in
090$a

Test plan (for MARC21 only) :
1) Choose a biblio record id=X
2) Change with SQL :
update biblio_metadata set metadata = UpdateXML( metadata ,
'//datafield[@tag="999"]/subfield[@code="d"]' , CONCAT('<subfield
code="d">1111</subfield>') ) where biblionumber = X
3) Run audit on this record
4) Check message is correct

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/

Reply via email to