Bugzilla – Attachment 162978 Details for
Bug 36287
Ability to view both the budget name and budget code in a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36287: Add budget code to fund column in acq basket table
Bug-36287-Add-budget-code-to-fund-column-in-acq-ba.patch (text/plain), 1.98 KB, created by
Laura Escamilla
on 2024-03-08 20:17:07 UTC
(
hide
)
Description:
Bug 36287: Add budget code to fund column in acq basket table
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-03-08 20:17:07 UTC
Size:
1.98 KB
patch
obsolete
>From 6f2aa72dab812302d551f9269f1fc76315d3bddb Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 8 Mar 2024 20:09:44 +0000 >Subject: [PATCH] Bug 36287: Add budget code to fund column in acq basket table > >Trivial patch is attached. I'm open for discussing whether this would work better as a system preference so that libraries could decide whether they would like to see only the fund name, code, or both. > >To test: >1. Create a basket and add an item. Notice that the fund column in the basket table only displays the budget name. >2. Apply the patch. >3. Refresh the page and note that the fund column now displays both the budget name and budget code. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 80fa9cda1f..f94477bec8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -685,7 +685,8 @@ > [% books_loo.tax_value | $Price %] > </td> > <td> >- [% books_loo.budget_name | html %] >+ <strong>Budget name:</strong> [% books_loo.budget_name | html %]<br><br> >+ <strong>Budget code:</strong> [% books_loo.budget_code | html %] > </td> > <td data-order="[% books_loo.estimated_delivery_date | html %]" class="actions"> > [% books_loo.estimated_delivery_date | $KohaDates %] >-- >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 36287
: 162978