Bugzilla – Attachment 96610 Details for
Bug 24080
Add a 'payout' process to accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24080: (QA follow-up) Remove processing for removed field
Bug-24080-QA-follow-up-Remove-processing-for-remov.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2019-12-23 15:00:33 UTC
(
hide
)
Description:
Bug 24080: (QA follow-up) Remove processing for removed field
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-12-23 15:00:33 UTC
Size:
1.08 KB
patch
obsolete
>From 9cdcda72f0eb6e1c138038826aa698def35e998e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 23 Dec 2019 14:58:48 +0000 >Subject: [PATCH] Bug 24080: (QA follow-up) Remove processing for removed field > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index e8ef4420b0..dc7f0cc544 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -227,8 +227,6 @@ > > $("#issuePayoutModal").on("shown.bs.modal", function(e){ > var button = $(e.relatedTarget); >- var account = button.data('account'); >- $("#account + span").replaceWith(account); > var accountline = button.data('accountline'); > $('#payoutline').val(accountline); > var amount = button.data('amount') * -1; >-- >2.20.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 24080
:
95665
|
95666
|
95667
|
95668
|
95669
|
95670
|
95671
|
95672
|
95793
|
95794
|
95795
|
95796
|
96332
|
96333
|
96334
|
96335
|
96519
|
96520
|
96521
|
96522
|
96523
|
96597
|
96598
|
96599
|
96600
|
96601
|
96602
|
96605
|
96606
|
96607
|
96608
|
96609
|
96610
|
96748
|
96749
|
96750
|
96751
|
96752
|
96753