From 826d6bfc606b41bb5e17983be1219c62f1a4fc27 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 20 Oct 2009 16:33:23 +0000 Subject: [PATCH] Status Changed Time field in item details git-svn-id: svn://svn.open-ils.org/ILS/trunk@14507 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + .../xul/staff_client/server/circ/alternate_copy_summary.js | 2 ++ .../xul/staff_client/server/circ/alternate_copy_summary.xul | 12 ++++++------ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 5ad3b59189..157e15525f 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -2910,6 +2910,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js index baab178627..7b16a15e93 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js @@ -101,6 +101,7 @@ function load_item() { set("circulate", ''); set("copy_number", ''); set("copy_create_date", ''); + set("status_changed_time", ''); set("copy_creator", ''); set("deleted", ''); set("deposit", ''); @@ -139,6 +140,7 @@ function load_item() { set("circulate", details.copy.circulate()); set("copy_number", details.copy.copy_number()); set("copy_create_date", details.copy.create_date()); + set("status_changed_time", details.copy.status_changed_time()); set("copy_creator", details.copy.creator()); set("deleted", details.copy.deleted()); set("deposit", details.copy.deposit()); diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul index 95e406a48a..9888e43535 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul @@ -108,8 +108,8 @@ - - - - +