Bugzilla – Attachment 7336 Details for
Bug 7472
Edit button ineffective when paying borrower fee
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7472 Edit button ineffective when paying borrower fee
SIGNED-OFF-Bug-7472-Edit-button-ineffective-when-p.patch (text/plain), 2.19 KB, created by
Owen Leonard
on 2012-01-26 14:00:20 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7472 Edit button ineffective when paying borrower fee
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-01-26 14:00:20 UTC
Size:
2.19 KB
patch
obsolete
>From 75a01150c604a9a41a5a39afffaa900a64f0ee6c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Thu, 26 Jan 2012 10:39:52 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 7472 Edit button ineffective when paying borrower fee >Content-Type: text/plain; charset="utf-8" > >On payment page, the Edit button doesn't load anymore the current >borrower edit page. > >To reproduce the bug: > >- Define a borrower category 'foo' with Enrollment fee >- Create a new 'foo' borrower >- Click on Check out tab >- A message is displayed: Fees & Charges: Patron has Outstanding fees & > charges of xx.00. Checkouts are BLOCKED because fine balance is OVER > THE LIMIT. Make Payment >- Click on Payment link >- Click on Edit button >- You reach a page for creating a new borrower > => you should reach the current borrower edition page > >- Same issue on paycollect.tt template > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- > .../prog/en/modules/members/paycollect.tt | 2 +- > 2 files changed, 2 insertions(+), 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 6dfd8f9..99d9d50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -13,7 +13,7 @@ > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >-[% INCLUDE 'members-toolbar.inc' %] >+[% INCLUDE 'members-toolbar.inc' borrowernumber=borrower.borrowernumber %] > > <!-- The manual invoice and credit buttons --> > <div class="toptabs"> >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 08ee909..01cd920 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -64,7 +64,7 @@ function moneyFormat(textObj) { > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >-[% INCLUDE 'members-toolbar.inc' %] >+[% INCLUDE 'members-toolbar.inc' borrowernumber=borrower.borrowernumber %] > > > <!-- The manual invoice and credit buttons --> >-- >1.7.3
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 7472
:
7335
| 7336