| Summary: | ILL new request is broken | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
| Component: | ILL | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P5 - low | CC: | fridolin.somers, lucas, martin.renvoize, pedro.amorim, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
| Circulation function: | |||
| Bug Depends on: | 35093 | ||
| Bug Blocks: | 35106, 35107, 35096, 35105 | ||
| Attachments: |
Bug 35094: Update batch to ill_batch accessor in .tt file
Bug 35094: Update batch to ill_batch accessor in .tt file Bug 35094: Update batch to ill_batch accessor in .tt file |
||
|
Description
Pedro Amorim
2023-10-18 15:35:33 UTC
Created attachment 157338 [details] [review] 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 Created attachment 157353 [details] [review] 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> Works as described, simple fix, passing QA. Created attachment 157364 [details] [review] 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> Pushed to master for 23.11. Nice work everyone, thanks! |