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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-4 / +1 lines)
Lines 182-190 Link Here
182
182
183
    <p style="display:block;">
183
    <p style="display:block;">
184
        <input type="button" value="Export as CSV" id="ExportSelected" />
184
        <input type="button" value="Export as CSV" id="ExportSelected" />
185
        [% UNLESS lateorder.budget_lock %]
185
        <input type="submit"  value="Claim order" />
186
            <input type="submit"  value="Claim order" />
187
        [% END %]
188
    </p>
186
    </p>
189
</form>
187
</form>
190
[% ELSE %]<p>There are no late orders.</p>
188
[% ELSE %]<p>There are no late orders.</p>
191
- 

Return to bug 24388