Lines 393-399
Link Here
|
393 |
Please create a new active budget and retry. |
393 |
Please create a new active budget and retry. |
394 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a> |
394 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a> |
395 |
[% ELSIF number_of_unreceived_orders == 0 %] |
395 |
[% ELSIF number_of_unreceived_orders == 0 %] |
396 |
There is no unreceived orders for this budget. |
396 |
There are no unreceived orders for this budget. |
397 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a> |
397 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a> |
398 |
[% ELSE %] |
398 |
[% ELSE %] |
399 |
<h3>The unreceived orders from the following funds will be moved</h3> |
399 |
<h3>The unreceived orders from the following funds will be moved</h3> |
Lines 439-445
Link Here
|
439 |
<fieldset class="action"> |
439 |
<fieldset class="action"> |
440 |
<input type="hidden" name="op" value="close_confirmed" /> |
440 |
<input type="hidden" name="op" value="close_confirmed" /> |
441 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> |
441 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> |
442 |
<input type="submit" value="Move unreceive orders" /> |
442 |
<input type="submit" value="Move unreceived orders" /> |
443 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a> |
443 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a> |
444 |
</fieldset> |
444 |
</fieldset> |
445 |
</form> |
445 |
</form> |
Lines 453-459
Link Here
|
453 |
<td>Budget id</td> |
453 |
<td>Budget id</td> |
454 |
<td>Basket</td> |
454 |
<td>Basket</td> |
455 |
<td>Ordernumber</td> |
455 |
<td>Ordernumber</td> |
456 |
<td>Informations</td> |
456 |
<td>Details</td> |
457 |
</tr> |
457 |
</tr> |
458 |
</thead> |
458 |
</thead> |
459 |
<tbody> |
459 |
<tbody> |
Lines 473-479
Link Here
|
473 |
<td>[% r.budget.budget_name %] (id=[% r.budget.budget_id %])</td> |
473 |
<td>[% r.budget.budget_name %] (id=[% r.budget.budget_id %])</td> |
474 |
<td></td> |
474 |
<td></td> |
475 |
<td></td> |
475 |
<td></td> |
476 |
<td>There was no unreceived orders for this fund.</td> |
476 |
<td>There were no unreceived orders for this fund.</td> |
477 |
</tr> |
477 |
</tr> |
478 |
[% END %] |
478 |
[% END %] |
479 |
[% ELSE %] |
479 |
[% ELSE %] |
480 |
- |
|
|