Bugzilla – Attachment 145139 Details for
Bug 22693
ILL "Price paid" column does not appear in column configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22693: ILL "Price paid" column does not appear in column configuration
Bug-22693-ILL-Price-paid-column-does-not-appear-in.patch (text/plain), 1.80 KB, created by
Jacob O'Mara
on 2023-01-09 12:03:03 UTC
(
hide
)
Description:
Bug 22693: ILL "Price paid" column does not appear in column configuration
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2023-01-09 12:03:03 UTC
Size:
1.80 KB
patch
obsolete
>From f3cc6dc096034917b5f17a0d92a1d32f4582d3d8 Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@ptfs-europe.com> >Date: Mon, 9 Jan 2023 10:32:23 +0000 >Subject: [PATCH] Bug 22693: ILL "Price paid" column does not appear in column > configuration > >Test Plan: > - Navigate to ILL requests page from the main menu after setting up your ILL backend. > - Observe that Price Paid column does not exist either here nor in the column configuration. > - Apply patch > - Observe that Price Paid column now appears in ILL requests table and in the column configuration page. >--- > admin/columns_settings.yml | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc | 1 + > 2 files changed, 3 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index ec2a21dcd31..4ad8d60f228 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -857,6 +857,8 @@ modules: > columnname: accessurl > - > columnname: cost >+ - >+ columnname: price_paid > - > columnname: comments > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >index 7b370937ce3..6a8578dbec0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >@@ -29,6 +29,7 @@ > <th scope="col" class="completed_formatted">Completed on</th> > <th scope="col">Access URL</th> > <th scope="col">Cost</th> >+ <th scope="col">Price Paid</th> > <th scope="col">Comments</th> > <th scope="col">OPAC notes</th> > <th scope="col">Staff notes</th> >-- >2.34.1
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 22693
:
145137
|
145138
|
145139
|
145140
|
146527