Lines 122-132
var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the p
Link Here
|
122 |
<tr> |
122 |
<tr> |
123 |
<th>Basket</th> |
123 |
<th>Basket</th> |
124 |
<th>Order</th> |
124 |
<th>Order</th> |
125 |
<th>Edit</th> |
|
|
126 |
<th>By</th> |
125 |
<th>By</th> |
127 |
<th>Uncertain</th> |
126 |
<th>Uncertain</th> |
128 |
<th>Price</th> |
127 |
<th>Price</th> |
129 |
<th>Quantity</th> |
128 |
<th>Quantity</th> |
|
|
129 |
<th>Edit</th> |
130 |
</tr> |
130 |
</tr> |
131 |
</thead> |
131 |
</thead> |
132 |
<tbody> |
132 |
<tbody> |
Lines 136-145
var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the p
Link Here
|
136 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno %]">[% uncertainpriceorder.basketname %]</a> |
136 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno %]">[% uncertainpriceorder.basketname %]</a> |
137 |
</td> |
137 |
</td> |
138 |
<td> |
138 |
<td> |
139 |
[% uncertainpriceorder.bibtitle %] / [% uncertainpriceorder.bibauthor %] <br /> [% uncertainpriceorder.bibpublishercode %], [% uncertainpriceorder.bibpublicationyear %]<br />[% uncertainpriceorder.bibisbn %] |
139 |
[% uncertainpriceorder.title | html %] |
140 |
</td> |
140 |
[% IF ( uncertainpriceorder.author ) %] <em>by</em> [% uncertainpriceorder.author | html %][% END %] |
141 |
<td class="actions"> |
141 |
[% IF ( uncertainpriceorder.publishercode ) %] |
142 |
<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> |
142 |
<br /><em>Publisher:</em> [% uncertainpriceorder.publishercode | html %] |
|
|
143 |
[%- IF ( uncertainpriceorder.publicationyear ) -%], [% uncertainpriceorder.publicationyear | html %] |
144 |
[%- ELSIF ( uncertainpriceorder.copyrightdate ) -%] [% uncertainpriceorder.copyrightdate | html %] |
145 |
[% END %] |
146 |
[% END %] |
147 |
[% IF ( uncertainpriceorder.isbn ) %]<br />[% uncertainpriceorder.isbn | html %][% END %] |
143 |
</td> |
148 |
</td> |
144 |
<td> |
149 |
<td> |
145 |
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] |
150 |
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] |
Lines 158-163
var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the p
Link Here
|
158 |
<input class="check_uncertain" data-ordernumber="[% uncertainpriceorder.ordernumber | html %]" type="text" size="10" name="qty[% uncertainpriceorder.ordernumber | html %]" value="[% uncertainpriceorder.quantity | html %]" /> |
163 |
<input class="check_uncertain" data-ordernumber="[% uncertainpriceorder.ordernumber | html %]" type="text" size="10" name="qty[% uncertainpriceorder.ordernumber | html %]" value="[% uncertainpriceorder.quantity | html %]" /> |
159 |
[% END %] |
164 |
[% END %] |
160 |
</td> |
165 |
</td> |
|
|
166 |
<td class="actions"> |
167 |
<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> |
168 |
</td> |
161 |
</tr> |
169 |
</tr> |
162 |
[% END %] |
170 |
[% END %] |
163 |
</tbody> |
171 |
</tbody> |
164 |
- |
|
|