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 18:58:39 +0000 (13:58 -0500)
commit4bf4b6e8bd414de8c06070b3554642607662b936
tree3f1c722dd1b6c142fcc3b86168e360183071a3af
parentd1459e045d5a4da3b6220fa3267448a5a0f68eef
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