[Koha-bugs] [Bug 29759] Refund credit when cancelling an article request

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 2 13:51:03 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759

--- Comment #29 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 130095
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130095&action=edit
Bug 29759: (follow-up) Fix api/v1/article_requests.t

This patch makes the tests set debit_id to undef instead of random data.
This way tests don't break when $article_request->cancel is invoked and
a refund is tried.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Letters/TemplateToolkit.t
=> FAIL: Boo, tests fail, random garbage is not a debit
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list