Bugzilla – Attachment #112974: Bug 26915: Fix FinePaymentAutoPopup behaviour for
bug #26915
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 26915
Collapse All
|
Expand All
(-)
a/members/pay.pl (-2 / +1 lines)
Lines 122-128 elsif ( $input->param('confirm_writeoff') ) {
Link Here
122
interface => C4::Context->interface,
122
interface => C4::Context->interface,
123
library_id => $branch,
123
library_id => $branch,
124
}
124
}
125
);
125
)->{payment_id};
126
}
126
}
127
}
127
}
128
128
129
-
Return to
bug 26915