Bug 35094: Update batch to ill_batch accessor in .tt file
Test plan: 1) Install FreeForm and enable ILLmodule, run: bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) 2) Visit /cgi-bin/koha/ill/ill-requests.pl 3) Create 'New ILL request' 4) Select the request type, input cardnumber '42' and select a library 5) Hit 'Create' 6) Notice the request now creates successfully Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a2c5ac52ad
commit
44c16df625
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@
|
|||
[% END %]
|
||||
[% END %]
|
||||
</li>
|
||||
[% IF request.batch > 0 %]
|
||||
[% IF request.ill_batch > 0 %]
|
||||
<li class="batch">
|
||||
<span class="label batch">Batch:</span>
|
||||
<a href="/cgi-bin/koha/ill/ill-requests.pl?batch_id=[% request.batch.ill_batch_id | uri %]">
|
||||
|
|
Loading…
Reference in a new issue