Bugzilla – Attachment 74436 Details for
Bug 18786
Add ability to create custom payment types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18786: Remove duplicate block with bad IF
Bug-18786-Remove-duplicate-block-with-bad-IF.patch (text/plain), 1.38 KB, created by
Kyle M Hall (khall)
on 2018-04-18 14:25:37 UTC
(
hide
)
Description:
Bug 18786: Remove duplicate block with bad IF
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-18 14:25:37 UTC
Size:
1.38 KB
patch
obsolete
>From 5acc46edaa8ece8ada135065d2a91038e64d9679 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 18 Apr 2018 10:25:03 -0400 >Subject: [PATCH] Bug 18786: Remove duplicate block with bad IF > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 11 ----------- > 1 file changed, 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index e4be0fd75d..a4467b1258 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -182,17 +182,6 @@ > <label for="selected_accts_notes">Note: </label> > <textarea name="selected_accts_notes" id="selected_accts_notes">[% selected_accts_notes %]</textarea> > </li> >- [% IF payment_types.count %] >- <li> >- <label for="payment_type">Payment type: </label> >- <select name="payment_type" id="payment_type"> >- <option value=""></option> >- [% FOREACH pt IN payment_types %] >- <option value="[% pt.authorised_value %]">[% pt.lib %]</option> >- [% END %] >- </select> >- </li> >- [% END %] > </ol> > </fieldset> > <div class="action"><input type="submit" name="submitbutton" value="Confirm" /> >-- >2.15.1 (Apple Git-101)
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 18786
:
64202
|
64203
|
64204
|
64288
|
64300
|
64301
|
64302
|
67476
|
67477
|
69155
|
69156
|
69157
|
71020
|
71021
|
72015
|
72016
|
72114
|
72115
|
72282
|
73628
|
74147
|
74148
|
74149
|
74172
| 74436 |
75401