This patch fixes the language issue on the serial full
display on the OPAC by changing 'waited' to 'waiting'.

In addition I have made it so that the Date Received
only shows if the item is 'Available'

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Nicole Engard 2009-04-19 10:46:16 -05:00 committed by Galen Charlton
parent 8246da13b2
commit 520d40614e

View file

@ -49,11 +49,11 @@
</td>
<td> <!-- TMPL_VAR name="notes" -->
</td>
<td> <!-- TMPL_VAR Name="planneddate" -->
<td> <!-- TMPL_IF Name="status2" --> <!-- TMPL_VAR Name="planneddate" --> <!-- /TMPL_IF -->
</td>
<td> <!-- TMPL_VAR Name="serialseq" -->
</td>
<td> <!-- TMPL_IF Name="status1" -->Waited<!-- /TMPL_IF -->
<td> <!-- TMPL_IF Name="status1" -->Waiting<!-- /TMPL_IF -->
<!-- TMPL_IF Name="status2" -->Arrived<!-- /TMPL_IF -->
<!-- TMPL_IF Name="status3" -->Late<!-- /TMPL_IF -->
<!-- TMPL_IF Name="status4" -->Missing<!-- /TMPL_IF -->