Lines 101-112
Link Here
|
101 |
<thead> |
101 |
<thead> |
102 |
<tr> |
102 |
<tr> |
103 |
<th>Basket</th> |
103 |
<th>Basket</th> |
104 |
<th>[% tp('noun', 'Order') | html %]</th> |
104 |
<th>[% tp('noun', 'Order') | html %]</th> |
105 |
<th>Edit</th> |
|
|
106 |
<th>By</th> |
105 |
<th>By</th> |
107 |
<th>Uncertain</th> |
106 |
<th>Uncertain</th> |
108 |
<th>Price</th> |
107 |
<th>Price</th> |
109 |
<th>Quantity</th> |
108 |
<th>Quantity</th> |
|
|
109 |
<th>Edit</th> |
110 |
</tr> |
110 |
</tr> |
111 |
</thead> |
111 |
</thead> |
112 |
<tbody> |
112 |
<tbody> |
Lines 127-135
Link Here
|
127 |
[% IF ( uncertainpriceorder.isbn ) %]<br />[% uncertainpriceorder.isbn | html %][% END %] |
127 |
[% IF ( uncertainpriceorder.isbn ) %]<br />[% uncertainpriceorder.isbn | html %][% END %] |
128 |
<br /> |
128 |
<br /> |
129 |
</td> |
129 |
</td> |
130 |
<td class="actions"> |
|
|
131 |
<a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber %]&booksellerid=[% booksellerid %]&basketno=[% uncertainpriceorder.basketno %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
132 |
</td> |
133 |
<td> |
130 |
<td> |
134 |
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] |
131 |
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] |
135 |
</td> |
132 |
</td> |
Lines 147-152
Link Here
|
147 |
<input class="check_uncertain" data-ordernumber="[% uncertainpriceorder.ordernumber | html %]" type="text" size="10" name="qty[% uncertainpriceorder.ordernumber | html %]" value="[% uncertainpriceorder.quantity | html %]" /> |
144 |
<input class="check_uncertain" data-ordernumber="[% uncertainpriceorder.ordernumber | html %]" type="text" size="10" name="qty[% uncertainpriceorder.ordernumber | html %]" value="[% uncertainpriceorder.quantity | html %]" /> |
148 |
[% END %] |
145 |
[% END %] |
149 |
</td> |
146 |
</td> |
|
|
147 |
<td class="actions"> |
148 |
<a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber %]&booksellerid=[% booksellerid %]&basketno=[% uncertainpriceorder.basketno %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
149 |
</td> |
150 |
</tr> |
150 |
</tr> |
151 |
[% END %] |
151 |
[% END %] |
152 |
</tbody> |
152 |
</tbody> |
153 |
- |
|
|