Lines 57-63
Link Here
|
57 |
<td>[% issue.author | html %]</td> |
57 |
<td>[% issue.author | html %]</td> |
58 |
<td>[% issue.itemcallnumber | html %]</td> |
58 |
<td>[% issue.itemcallnumber | html %]</td> |
59 |
<td>[% ItemTypes.GetDescription( issue.itype ) | html %]</td> |
59 |
<td>[% ItemTypes.GetDescription( issue.itype ) | html %]</td> |
60 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
60 |
<td>[% issue.date_due | $KohaDates as_due_date => 1 %]</td> |
61 |
<td>[% issue.barcode | html %]</td> |
61 |
<td>[% issue.barcode | html %]</td> |
62 |
<td>[% issue.stocknumber | html %]</td> |
62 |
<td>[% issue.stocknumber | html %]</td> |
63 |
[% IF ( issue.charge <= 0 ) %] |
63 |
[% IF ( issue.charge <= 0 ) %] |