Bugzilla – Attachment 141960 Details for
Bug 31459
Make order receive page faster on systems with many budgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31459: (follow-up) Return 'Keep current' option
Bug-31459-follow-up-Return-Keep-current-option.patch (text/plain), 1.44 KB, created by
Nick Clemens (kidclamp)
on 2022-10-17 11:58:08 UTC
(
hide
)
Description:
Bug 31459: (follow-up) Return 'Keep current' option
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-10-17 11:58:08 UTC
Size:
1.44 KB
patch
obsolete
>From 5ed3414fa4f2f9a644f84d9085d7c48483d02bd3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 17 Oct 2022 11:56:57 +0000 >Subject: [PATCH] Bug 31459: (follow-up) Return 'Keep current' option > >This patch restores the option to keep current budget, in the case that receiver can receive, but cannot order on current budget >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index b2085200dc..fe8c2a4a98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -298,6 +298,10 @@ > [% END %] > [% END %] > <select class="select2" id="bookfund" name="bookfund"> >+ <optgroup label="Current"> >+ <option value="order.fund.budget.id" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]"> >+ Keep current ([% order.fund.budget_name | html %])</option> >+ </optgroup> > [% FOREACH budget_period_id IN budget_loops.keys %] > [% SET budget_period = budget_loops.$budget_period_id %] > [% IF budget_period.active %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31459
:
139767
|
140065
|
140168
|
141733
|
141734
|
141960
|
142019
|
142020
|
142021
|
142022