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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-2 / +1 lines)
Lines 293-299 Link Here
293
                </tbody>
293
                </tbody>
294
            </table>
294
            </table>
295
        </div>
295
        </div>
296
        <a class="btn btn-default" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a
296
        <a class="btn btn-default" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a>
297
    [% ELSE %]
297
    [% ELSE %]
298
        <span>No order has been duplicated. Maybe something wrong happened?</span>
298
        <span>No order has been duplicated. Maybe something wrong happened?</span>
299
    [% END %]
299
    [% END %]
300
- 

Return to bug 38713