Bug 8782: Close a subscription
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / serials_stats.tt
index af51a4c..65f662f 100644 (file)
@@ -38,6 +38,7 @@
                 <th>Call number</th>
                 <th>Subscription begin</th>
                 <th>Subscription end</th>
+                <th>Expired? / Closed?</th>
                        </tr>
                </thead>
                <tbody>
                                        <td>[% data.callnumber %]</td>
                                        <td>[% data.startdate %]</td>
                                        <td>[% data.enddate %]</td>
+                    <td>
+                        [% IF data.closed %]
+                            Closed
+                        [% ELSIF data.expired %]
+                            Expired
+                        [% END %]
+                    </td>
                                </tr>
                                [% END %]
                        </tr>