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:
parent
7d03001c35
commit
c6bddb9efd
2 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue