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 Scott <dscott@laurentian.ca>
Thu, 5 Mar 2015 17:43:13 +0000 (12:43 -0500)
commit3c8929ed81d5051e6975e9ffc2f1cdefbc469e1f
tree7e07eebe19a63a66974772d0d12449022a45df6a
parent9f06870b02312f71411a445a1adcc3b7c9cb8bf5
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