[open-ils-commits] r14507 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 20 12:33:27 EDT 2009
Author: phasefx
Date: 2009-10-20 12:33:23 -0400 (Tue, 20 Oct 2009)
New Revision: 14507
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
Log:
Status Changed Time field in item details
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-10-20 16:29:27 UTC (rev 14506)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-10-20 16:33:23 UTC (rev 14507)
@@ -2910,6 +2910,7 @@
<!ENTITY staff.circ.alternate_copy_summary.Copy_ID.label "Copy ID">
<!ENTITY staff.circ.alternate_copy_summary.Copy_Location.label "Copy Location">
<!ENTITY staff.circ.alternate_copy_summary.Date_Created.label "Date Created">
+<!ENTITY staff.circ.alternate_copy_summary.Status_Changed_Time.label "Status Changed">
<!ENTITY staff.circ.alternate_copy_summary.Due_Date.label "Due Date">
<!ENTITY staff.circ.alternate_copy_summary.Edition.label "Edition">
<!ENTITY staff.circ.alternate_copy_summary.Holdable.label "Holdable">
Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js 2009-10-20 16:29:27 UTC (rev 14506)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js 2009-10-20 16:33:23 UTC (rev 14507)
@@ -101,6 +101,7 @@
set("circulate", '');
set("copy_number", '');
set("copy_create_date", '');
+ set("status_changed_time", '');
set("copy_creator", '');
set("deleted", '');
set("deposit", '');
@@ -139,6 +140,7 @@
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());
Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul 2009-10-20 16:29:27 UTC (rev 14506)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul 2009-10-20 16:33:23 UTC (rev 14507)
@@ -108,8 +108,8 @@
<textbox name="total_circ_count" readonly="true" context="clipboard"/>
</row>
<row>
- <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
- <textbox name="copy_id" readonly="true" context="clipboard"/>
+ <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" />
+ <textbox name="status_changed_time" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" />
<textbox name="opac_visible" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" />
@@ -118,8 +118,8 @@
<textbox name="checkin_time" readonly="true" context="clipboard"/>
</row>
<row>
- <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
- <textbox name="tcn" readonly="true" context="clipboard"/>
+ <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
+ <textbox name="copy_id" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
<textbox name="holdable" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" />
@@ -128,8 +128,8 @@
<textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
</row>
<row>
- <spacer />
- <spacer />
+ <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
+ <textbox name="tcn" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" />
<textbox name="circ_mod" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" />
More information about the open-ils-commits
mailing list