| Summary: | Remove C4::Serials::is_barcode_in_use which is not used anymore | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kohadevinim, m.de.rooy |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 15168 | ||
| Bug Blocks: | |||
| Attachments: | Bug 21171: Remove C4::Serials::is_barcode_in_use | ||
|
Description
Jonathan Druart
2018-08-07 19:34:51 UTC
Created attachment 77543 [details] [review] Bug 21171: Remove C4::Serials::is_barcode_in_use Bug 15168 removed C4::Serials::ItemizeSerials, it was the only place where C4::Serials::is_barcode_in_use was used. Test plan: git grep is_barcode_in_use should not return anything prove -r t/db_dependent/Serials* should return green All tests successful. Files=9, Tests=375, 15 wallclock secs ( 0.08 usr 0.01 sys + 10.88 cusr 0.82 csys = 11.79 CPU) Result: PASS I didnot realize why no one isn't signedoff this? |