Bug 20212: Restore price formatting for ecost and replacement_price
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / edi_ean.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Basket ([% basketno | html %])</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4
5 </head>
6 <body id="acq_edi_ean" class="acq">
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'acquisitions-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Basket ([% basketno | html %])</div>
11
12 <div class="main container-fluid">
13     <div class="row">
14         <div class="col-sm-10 col-sm-push-2">
15             <main>
16
17     <h2>Select the library account submitting the EDI order</h2>
18     <br />
19     <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
20          <p>Select ordering library account: </p>
21          <select id="ean" name="ean">
22              [% FOREACH eanacct IN eans %]
23              <option value="[% eanacct.ean | html %]">[% eanacct.branch.branchname | html %] ([% eanacct.ean | html %]) [% IF eanacct.description %][[% eanacct.description | html %]][% END %]</option>
24              [% END %]
25         </select>
26         <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
27         <input type="hidden" value="ediorder" name="op" />
28         <p>
29             <input type="submit" value="Send EDI order" />
30         </p>
31     </form>
32 </main>
33 </div> <!-- /.col-sm-10.col-sm-push-2 -->
34
35 <div class="col-sm-2 col-sm-pull-10">
36     <aside>
37         [% INCLUDE 'acquisitions-menu.inc' %]
38     </aside>
39 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
40 </div>
41
42 [% INCLUDE 'intranet-bottom.inc' %]