]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#957466 Vandelay set the 905$u to current user if not defined
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 13 Feb 2015 17:22:19 +0000 (12:22 -0500)
committerDan Wells <dbw2@calvin.edu>
Tue, 24 Feb 2015 19:06:16 +0000 (14:06 -0500)
commita3b416b1e4e633053dd776ff2bf8d59862c52a14
tree2188eb441f45aea23082ea8d6928290ac00f063a
parentcf2aeda73ea429c26ff6a224320104d01816ac46
LP#957466 Vandelay set the 905$u to current user if not defined

This version only adds a 905$u if none already exist in the document. It
does so by creating a new 905 tag with subfield u. It does not add on
to any possibly existing 905 tag that does not have a subfield u.

This will cause the code in the previous commit to trigger and update the
appropriate fields in biblio.record_entry.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm