]> git.koha-community.org Git - koha.git/commit
Bug 33716: (QA follow-up) Fix submission when cardnumber is invalid
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Wed, 23 Aug 2023 15:24:49 +0000 (15:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 19 Sep 2023 19:34:37 +0000 (16:34 -0300)
commitdb37dbf8b842023e0fc0462d0cc2e582e56f343c
tree0de2fce76f7bde9b5b5905ecd2e5577d946b34e8
parentd80827f033da3689d3a1f32e7e035b4f59dfa035
Bug 33716: (QA follow-up) Fix submission when cardnumber is invalid

Issue that this patch fixes:
1) Enable ILLmodule and install FreeForm, run:
bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh)
2) Copy the example YAML text into the system preference input box
3) Create a new FreeForm request and enter a duff borrowernumber e.g. '11111111111111'
4) Click 'Create'. Submit the type disclaimer stage.
5) Notice there's an error
6) Apply this patch.
7) Repeat steps 3 and 4. Verify that the correct 'The borrower details you entered are invalid' error message is displayed instead of the error in 5).

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
ill/ill-requests.pl