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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +3 lines)
Lines 444-456 function validate1(date) { Link Here
444
        <table id="relatives-issues-table" style="width: 100% !Important;">
444
        <table id="relatives-issues-table" style="width: 100% !Important;">
445
            <thead>
445
            <thead>
446
                <tr>
446
                <tr>
447
		    <th scope="col">Due date hidden not formatted</th>
447
                    <th scope="col">Due date</th>
448
                    <th scope="col">Due date</th>
448
                    <th scope="col">Title</th>
449
                    <th scope="col">Title</th>
449
                    <th scope="col">Item type</th>
450
                    <th scope="col">Item type</th>
451
		    <th scope="col">Location</th>
450
                    <th scope="col">Checked out on</th>
452
                    <th scope="col">Checked out on</th>
451
                    <th scope="col">Checked out from</th>
453
                    <th scope="col">Checked out from</th>
452
                    <th scope="col">Call no</th>
454
                    <th scope="col">Call no</th>
453
                    <th scope="col">Charge</th>
455
                    <th scope="col">Charge</th>
456
	            <th scope="col">Fine</th>
454
                    <th scope="col">Price</th>
457
                    <th scope="col">Price</th>
455
                    <th scope="col">Patron</th>
458
                    <th scope="col">Patron</th>
456
                </tr>
459
                </tr>
457
- 

Return to bug 13781