From aa5671b9d3cd8bab0c2a6ead3385fcfe74d86b0f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 6 Jun 2014 12:35:59 -0400 Subject: [PATCH] LP#1327284 Display Imported As column in vandelay queue For Bib and Authority records which have been imported / merged / overlayed, etc. into the system via Vandelay, show the record ID of the catalog bib/auth record to which the record was imported. Signed-off-by: Bill Erickson Signed-off-by: Yamil Suarez Signed-off-by: Ben Shum --- Open-ILS/src/templates/vandelay/inc/queue.tt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/templates/vandelay/inc/queue.tt2 b/Open-ILS/src/templates/vandelay/inc/queue.tt2 index d9118dc82a..918a04cf85 100644 --- a/Open-ILS/src/templates/vandelay/inc/queue.tt2 +++ b/Open-ILS/src/templates/vandelay/inc/queue.tt2 @@ -147,6 +147,7 @@ field='import_time' styles='text-align: center;' get='vlGetDateTimeField'>[% l('Import Time') %] + [% l('Imported As') %] @@ -188,6 +189,7 @@ field='import_time' styles='text-align: center;' get='vlGetDateTimeField'>[% l('Import Time') %] + [% l('Imported As') %] -- 2.43.2