Bug 37200

Summary: SIP2 Renewal uses AddIssue
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 37016    
Bug Blocks:    

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?