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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-3 / +2 lines)
Lines 76-82 $(document).ready(function() { Link Here
76
        [% UNLESS ( loop.odd ) %]<tr class="highlight">
76
        [% UNLESS ( loop.odd ) %]<tr class="highlight">
77
        [% ELSE %]<tr>[% END %]
77
        [% ELSE %]<tr>[% END %]
78
            <td>
78
            <td>
79
                ([% lateorder.booksellerid %])
79
                ([% lateorder.supplierid %])
80
                [% lateorder.orderdate %]
80
                [% lateorder.orderdate %]
81
                ([% lateorder.latesince %] days)
81
                ([% lateorder.latesince %] days)
82
            </td>
82
            </td>
Lines 109-115 $(document).ready(function() { Link Here
109
            <td>[% lateorder.claimed_date %]</td>
109
            <td>[% lateorder.claimed_date %]</td>
110
            <td>
110
            <td>
111
                [% UNLESS lateorder.budget_lock %]
111
                [% UNLESS lateorder.budget_lock %]
112
                    <input type="checkbox" class="checkbox" name="claim_for" value="[% lateorder.ordernumber %]"  supplierid="[% lateorder.booksellerid %]"/>
112
                    <input type="checkbox" class="checkbox" name="claim_for" value="[% lateorder.ordernumber %]"  booksellerid="[% lateorder.supplierid %]"/>
113
                [% END %]
113
                [% END %]
114
             </td>
114
             </td>
115
            </td>
115
            </td>
116
- 

Return to bug 7113