diff --git a/Repositories/otago_eprints3/otago_eprints/cfg/cfg.d/eprint_fields.pl b/Repositories/otago_eprints3/otago_eprints/cfg/cfg.d/eprint_fields.pl index f9cf483..d8c9c19 100755 --- a/Repositories/otago_eprints3/otago_eprints/cfg/cfg.d/eprint_fields.pl +++ b/Repositories/otago_eprints3/otago_eprints/cfg/cfg.d/eprint_fields.pl @@ -266,9 +266,11 @@ }, # NJS 2007-04-02: Added author_permission field to indicate whether permission # has been granted by the author to make the eprint publicly available. +# NJS 2009-07-13: Added "not applicable" option. { 'options' => [ 'unproc', + 'na', 'ongoing', 'no', 'embargo', @@ -279,9 +281,11 @@ }, # NJS 2007-04-04: Added copyright_confirmed field to indicate whether # copyright status has been resolved. +# NJS 2009-07-13: Added "not applicable" option. { 'options' => [ 'unproc', + 'na', 'ongoing', 'no', 'embargo',