Bugzilla – Attachment 87386 Details for
Bug 22121
Display 'Price paid' on ILL requests according to CurrencyFormat pref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22121: Display 'Price paid' on ILL requests according to CurrencyFormat pref
Bug-22121-Display-Price-paid-on-ILL-requests-accor.patch (text/plain), 1.88 KB, created by
Katrin Fischer
on 2019-04-04 07:46:56 UTC
(
hide
)
Description:
Bug 22121: Display 'Price paid' on ILL requests according to CurrencyFormat pref
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-04 07:46:56 UTC
Size:
1.88 KB
patch
obsolete
>From a93bfe2b838ef33698eeac06b4685d91cfd412cc Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 5 Jan 2019 17:39:42 +0000 >Subject: [PATCH] Bug 22121: Display 'Price paid' on ILL requests according to > CurrencyFormat pref > >To test: >- Install BLDSS backend > see: https://wiki.koha-community.org/wiki/ILL_backends >- Add a new BLDSS ILL request >- Edit ILL request >- Fill in Price paid field >- Verify Price paid is formatted correctly on 'Manage ILL request' > page > >Signed-off-by: Ethan Amohia <ethan.amohia@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 39f09ee36b..6f0705fbb7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -6,6 +6,7 @@ > [% SET footerjs = 1 %] > [% USE AuthorisedValues %] > [% USE ColumnsSettings %] >+[% USE Price %] > > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › ILL requests</title> >@@ -383,7 +384,7 @@ > </li> > <li class="price_paid"> > <span class="label price_paid">Price paid:</span> >- [% IF request.price_paid %][% request.price_paid | html %][% ELSE %]<span>N/A</span>[% END %] >+ [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]<span>N/A</span>[% END %] > </li> > <li class="req_id"> > <span class="label req_id">Request number:</span> >-- >2.17.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 22121
:
83841
|
83931
|
84884
|
87386
|
87450
|
87451