Bugzilla – Attachment 80571 Details for
Bug 20772
Make request metadata editable and add price_paid field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20772: Display and edit of price_paid
Bug-20772-Display-and-edit-of-pricepaid.patch (text/plain), 2.81 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-10-13 11:27:06 UTC
(
hide
)
Description:
Bug 20772: Display and edit of price_paid
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-10-13 11:27:06 UTC
Size:
2.81 KB
patch
obsolete
>From 474bf48c4a97876eb8160e94ef04393adfe9410c Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 21 May 2018 10:40:59 +0100 >Subject: [PATCH] Bug 20772: Display and edit of price_paid > >Signed-off-by: Barry Cannon <bc@interleaf.ie> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > ill/ill-requests.pl | 1 + > .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 8 ++++++++ > 2 files changed, 9 insertions(+) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 48190b6a26..877db4dc16 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -128,6 +128,7 @@ if ( $backends_available ) { > $request->borrowernumber($params->{borrowernumber}); > $request->biblio_id($params->{biblio_id}); > $request->branchcode($params->{branchcode}); >+ $request->price_paid($params->{price_paid}); > $request->notesopac($params->{notesopac}); > $request->notesstaff($params->{notesstaff}); > $request->store; >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 41a79620ca..6db871738a 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 >@@ -431,6 +431,10 @@ > <label class="cost">Cost:</label> > [% request.cost || 'N/A' | html %] > </li> >+ <li class="price_paid"> >+ <label class="price_paid">Price paid:</label> >+ <input name="price_paid" id="price_paid" type="text" value="[% request.price_paid %]"> >+ </li> > <li class="req_id"> > <label class="req_id">Request number:</label> > [% request.id_prefix _ request.illrequest_id | html %] >@@ -532,6 +536,10 @@ > <span class="label cost">Cost:</span> > [% request.cost || "N/A" | html %] > </div> >+ <div class="price_paid"> >+ <span class="label price_paid">Price paid:</span> >+ [% request.price_paid || "N/A" %] >+ </div> > <div class="req_id"> > <span class="label req_id">Request number:</span> > [% request.id_prefix _ request.illrequest_id | html %] >-- >2.19.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 20772
:
75491
|
75492
|
75493
|
75494
|
75495
|
75496
|
75497
|
75563
|
77230
|
77231
|
77232
|
77233
|
77234
|
77235
|
77236
|
77237
|
80010
|
80011
|
80012
|
80013
|
80014
|
80015
|
80016
|
80017
|
80027
|
80028
|
80029
|
80030
|
80031
|
80032
|
80033
|
80034
|
80035
|
80036
|
80037
|
80039
|
80041
|
80042
|
80043
|
80044
|
80045
|
80046
|
80051
|
80232
|
80566
|
80567
|
80568
|
80569
|
80570
| 80571 |
80572
|
80573
|
80574
|
80575
|
80576
|
80577