Bug 12149 - Move CountPendingOrdersByBiblionumber() from reserverations.pl to .pm
Summary: Move CountPendingOrdersByBiblionumber() from reserverations.pl to .pm
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on: 11665
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-28 04:22 UTC by Katrin Fischer
Modified: 2023-07-15 19:04 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2014-04-28 04:22:32 UTC
Bug 11665 introduces CountPendingOrdersByBiblionumber, this should be moved to a .pm and be unit tested.

As it counts items on order, maybe it should also reflect that in the name a bit better.
Comment 1 Katrin Fischer 2023-07-15 19:04:26 UTC
It's only used once, maybe we could do better now anyway?