Bug 31708 - Remove SetImportRecordStatus from neworderempty.pl
Summary: Remove SetImportRecordStatus from neworderempty.pl
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 31569
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-07 13:25 UTC by Katrin Fischer
Modified: 2022-10-07 13:25 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 Katrin Fischer 2022-10-07 13:25:12 UTC
When searching for SetImportRecordStatus with bug 31569 applied, it only appears in one other .pl script: neworderempty. 

I believe it could easily be replaced using the object method now.

... and then we could possible remove the method altogether.