Bugzilla – Attachment 85737 Details for
Bug 19489
Detailed description of charges on Accounting tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19489: (QA follow-up) Remove passing issue_id in pay form
Bug-19489-QA-follow-up-Remove-passing-issueid-in-p.patch (text/plain), 2.18 KB, created by
Kyle M Hall (khall)
on 2019-02-26 19:13:00 UTC
(
hide
)
Description:
Bug 19489: (QA follow-up) Remove passing issue_id in pay form
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-02-26 19:13:00 UTC
Size:
2.18 KB
patch
obsolete
>From ee6c949d429d262f6723c1f2dd7c503db16d0ecf Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 25 Feb 2019 21:36:31 +0000 >Subject: [PATCH] Bug 19489: (QA follow-up) Remove passing issue_id in pay form > >This is not needed > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 1 - > members/pay.pl | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 1a67ca3ba0..7afd743acc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -73,7 +73,6 @@ > [% END %] > <input type="hidden" name="itemnumber[% line.accountlines_id | html %]" value="[% line.itemnumber | html %]" /> > <input type="hidden" name="description[% line.accountlines_id | html %]" value="[% line.description | html %]" /> >- <input type="hidden" name="issue_id[% line.accountlines_id | html %]" value="[% line.issue_id | html %]" /> > <input type="hidden" name="accounttype[% line.accountlines_id | html %]" value="[% line.accounttype | html %]" /> > <input type="hidden" name="amount[% line.accountlines_id | html %]" value="[% line.amount | html %]" /> > <input type="hidden" name="accountlines_id[% line.accountlines_id | html %]" value="[% line.accountlines_id | html %]" /> >diff --git a/members/pay.pl b/members/pay.pl >index e33c12c9ed..9bba93d7d9 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -191,7 +191,6 @@ sub redirect_to_paycollect { > $redirect .= > get_for_redirect( 'amountoutstanding', "amountoutstanding$line_no", 1 ); > $redirect .= get_for_redirect( 'description', "description$line_no", 0 ); >- $redirect .= get_for_redirect( 'issue_id', "issue_id$line_no", 0 ); > $redirect .= get_for_redirect( 'title', "title$line_no", 0 ); > $redirect .= get_for_redirect( 'itemnumber', "itemnumber$line_no", 0 ); > $redirect .= get_for_redirect( 'accountlines_id', "accountlines_id$line_no", 0 ); >-- >2.17.2 (Apple Git-113)
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 19489
:
81956
|
81989
|
81991
|
82519
|
82520
|
82614
|
82615
|
82846
|
83109
|
83110
|
83242
|
83276
|
83277
|
83299
|
83300
|
83301
|
83618
|
83619
|
83620
|
85236
|
85237
|
85275
|
85315
|
85668
|
85669
|
85670
|
85671
|
85672
|
85673
|
85674
|
85675
|
85731
|
85732
|
85733
|
85734
|
85735
|
85736
| 85737 |
85738