Bug 37200 - SIP2 Renewal uses AddIssue
Summary: SIP2 Renewal uses AddIssue
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 37016
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-26 14:56 UTC by Nick Clemens (kidclamp)
Modified: 2024-06-26 14:56 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2024-06-26 14:56:39 UTC
When we make a renewal request via SIP, the code calls 'AddIssue' - which then calls 'AddRenewal' when it sees we are issuing to current borrower.

It seems we could cut out the middleman and call AddRenewal directly?