Bug 36393: Renewal with a specific date does not take the new date due that we pick
When we renew a notice with a specific date and we have to override the limit, the new date due is not the date that we picked To reproduce 1- Log in to the staff interface 1-1. Make sure you have a ciculation rule that allows you to renew 1-2. set the AllowRenewalLimitOverride system preference to Allow and SpecifyDueDate to Allow 2. Check out the item to a Borrower 5. Access the borrower's account and renew it until the limit is reached and note the due date. 6. Go to Circulation, click Renew 7. Enter the item barcode and choose a due date further than the due date from step 5 and submit 8. Click on Override limit and renew button ---> Note that the new date due is not the date that we picked in step 7 9. Apply the patch 10. Repeat step 6, 7 snd 8 ---> Note that the new date due is the date that we picked Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> (cherry picked from commitc29e4ef1f1
) Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> (cherry picked from commitebab11e2b0
) Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
63e9de86f8
commit
caeb20db5d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
<form method="post" action="/cgi-bin/koha/circ/renew.pl">
|
||||
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/>
|
||||
<input type="hidden" name="override_limit" value="1" />
|
||||
<input type="hidden" name="hard_due_date" value="[% hard_due_date | html %]" />
|
||||
<button type="submit" class="approve"><i class="fa fa-check"></i> Override limit and renew</button>
|
||||
</form>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue