Bug 24080: (QA follow-up) Remove processing for removed field
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Dec 2019 14:58:48 +0000 (14:58 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 3 Jan 2020 16:35:53 +0000 (16:35 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt

index e8ef442..dc7f0cc 100644 (file)
 
             $("#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;