]> git.evergreen-ils.org Git - Evergreen.git/commit
Use MARC::Field objects to append new fields
authorDan Scott <dscott@laurentian.ca>
Fri, 27 Jul 2012 20:27:29 +0000 (16:27 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Sat, 28 Jul 2012 19:41:21 +0000 (15:41 -0400)
commit41427470476a632891f5f1763a9077bb5ce11ea0
tree14a1801bc008bcb6352e71c6f92aa9ac4b41dbd8
parent15400cec3736bb322ce4206fe2121d3419dfe692
Use MARC::Field objects to append new fields

While the deprecated MARC::Record::add_fields() method allows you to add
a list of fields using a list object, append_fields() requires
MARC::Field objects.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/sql/Pg/002.functions.config.sql
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0726.schema.fix_maintain_901_regex.sql [new file with mode: 0644]