Lines 94-99
function moneyFormat(textObj) {
Link Here
|
94 |
<form name="payindivfine" onsubmit="return validatePayment(this);" method="post" action="/cgi-bin/koha/members/paycollect.pl"> |
94 |
<form name="payindivfine" onsubmit="return validatePayment(this);" method="post" action="/cgi-bin/koha/members/paycollect.pl"> |
95 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrower.borrowernumber %]" /> |
95 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrower.borrowernumber %]" /> |
96 |
<input type="hidden" name="pay_individual" id="pay_individual" value="[% pay_individual %]" /> |
96 |
<input type="hidden" name="pay_individual" id="pay_individual" value="[% pay_individual %]" /> |
|
|
97 |
<input type="hidden" name="itemnumber" id="itemnumber" value="[% itemnumber %]" /> |
97 |
<input type="hidden" name="description" id="description" value="[% description %]" /> |
98 |
<input type="hidden" name="description" id="description" value="[% description %]" /> |
98 |
<input type="hidden" name="accounttype" id="accounttype" value="[% accounttype %]" /> |
99 |
<input type="hidden" name="accounttype" id="accounttype" value="[% accounttype %]" /> |
99 |
<input type="hidden" name="notify_id" id="notify_id" value="[% notify_id %]" /> |
100 |
<input type="hidden" name="notify_id" id="notify_id" value="[% notify_id %]" /> |
Lines 148-153
function moneyFormat(textObj) {
Link Here
|
148 |
<form name="woindivfine" action="/cgi-bin/koha/members/pay.pl" method="post" > |
149 |
<form name="woindivfine" action="/cgi-bin/koha/members/pay.pl" method="post" > |
149 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrower.borrowernumber %]" /> |
150 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrower.borrowernumber %]" /> |
150 |
<input type="hidden" name="pay_individual" id="pay_individual" value="[% pay_individual %]" /> |
151 |
<input type="hidden" name="pay_individual" id="pay_individual" value="[% pay_individual %]" /> |
|
|
152 |
<input type="hidden" name="itemnumber" id="itemnumber" value="[% itemnumber %]" /> |
151 |
<input type="hidden" name="description" id="description" value="[% description %]" /> |
153 |
<input type="hidden" name="description" id="description" value="[% description %]" /> |
152 |
<input type="hidden" name="accounttype" id="accounttype" value="[% accounttype %]" /> |
154 |
<input type="hidden" name="accounttype" id="accounttype" value="[% accounttype %]" /> |
153 |
<input type="hidden" name="notify_id" id="notify_id" value="[% notify_id %]" /> |
155 |
<input type="hidden" name="notify_id" id="notify_id" value="[% notify_id %]" /> |