Bug 7683: Relabel "acquired date" and "removed date"

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Julian Maurice 2015-11-09 15:45:31 +01:00 committed by Brendan A Gallagher
parent 7d03001c35
commit c6bddb9efd
2 changed files with 6 additions and 6 deletions

View file

@ -253,7 +253,7 @@
</td>
</tr>
<tr>
<td>Acquired date</td>
<td>Date acquired (item)</td>
<td><input type="radio" name="Line" value="items.dateaccessioned" /></td>
<td><input type="radio" name="Column" value="items.dateaccessioned" /></td>
<td>
@ -264,7 +264,7 @@
</td>
</tr>
<tr id="removeddatetr">
<td>Removed date</td>
<td>Date deleted (item)</td>
<td><input type="radio" name="Line" value="deleteditems.timestamp" /></td>
<td><input type="radio" name="Column" value="deleteditems.timestamp" /></td>
<td>

View file

@ -223,10 +223,10 @@ sub calculate {
: ( $i == 10 ) ? "Materials"
: ( $i == 12 and $filters->[11] == 0 ) ? "Barcode (not like)"
: ( $i == 12 and $filters->[11] == 1 ) ? "Barcode (like)"
: ( $i == 13 ) ? "Acquired date from"
: ( $i == 14 ) ? "Acquired date to"
: ( $i == 15 ) ? "Removed date from"
: ( $i == 16 ) ? "Removed date to"
: ( $i == 13 ) ? "Date acquired (item) from"
: ( $i == 14 ) ? "Date acquired (item) to"
: ( $i == 15 ) ? "Date deleted (item) from"
: ( $i == 16 ) ? "Date deleted (item) to"
: '';
push @loopfilter, \%cell;