View | Details | Raw Unified | Return to bug 32254
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-11 / +12 lines)
Lines 268-283 Link Here
268
268
269
            <hr/>
269
            <hr/>
270
            <h2>Cashup history</h2>
270
            <h2>Cashup history</h2>
271
            <table id="table_cashups">
271
            <div class="page-section">
272
                <thead>
272
                <table id="table_cashups">
273
                    <tr>
273
                    <thead>
274
                        <th>Date</th>
274
                        <tr>
275
                        <th>Cashier</th>
275
                            <th>Date</th>
276
                        <th>Amount</th>
276
                            <th>Cashier</th>
277
                        <th data-class-name="actions">Actions</th>
277
                            <th>Amount</th>
278
                    </tr>
278
                            <th data-class-name="actions">Actions</th>
279
                </thead>
279
                        </tr>
280
            </table>
280
                    </thead>
281
                </table>
282
            </div>
281
            [% END %]
283
            [% END %]
282
        </div>
284
        </div>
283
285
284
- 

Return to bug 32254