Bugzilla – Attachment 169769 Details for
Bug 31606
Enhance acquisitions to allow ordering on next year's budget when still in current year.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31606: Ignore incoming fund button when adding orders from staged file
Bug-31606-Ignore-incoming-fund-button-when-adding-.patch (text/plain), 1.78 KB, created by
ByWater Sandboxes
on 2024-07-26 17:17:58 UTC
(
hide
)
Description:
Bug 31606: Ignore incoming fund button when adding orders from staged file
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-07-26 17:17:58 UTC
Size:
1.78 KB
patch
obsolete
>From bc318bd88de6bdfc24c1b3cc0647f48563532765 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 24 Jul 2024 21:22:07 +0000 >Subject: [PATCH] Bug 31606: Ignore incoming fund button when adding orders > from staged file > >This patch adds the 'Add orders and ignore incoming fund' button when using an already staged file to add orders to a basket. > >Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index b7f382d16e..040bc82ab3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -556,6 +556,7 @@ > <td>[% batch_lis.num_records | html %]</td> > <td class="actions"> > <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a> >+ <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]&clear_fund=1" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders and ignore incoming fund</a> > </td> > </tr> > [% END # /FOREACH batch_lis %] >-- >2.39.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 31606
:
140860
|
140958
|
141004
|
148574
|
167427
|
167505
|
167522
|
167908
|
168043
|
168044
|
169264
|
169265
|
169442
|
169521
|
169767
|
169768
| 169769