Bug 41052 - marc_ordering_process.pl should take options for specific accounts and/or directories
Summary: marc_ordering_process.pl should take options for specific accounts and/or dir...
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-17 21:17 UTC by Nick Clemens (kidclamp)
Modified: 2025-10-24 10:49 UTC (History)
2 users (show)

See Also:
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:


Attachments
Bug 41052: Add option to specify one or more accounts for marc_ordering_process.pl (2.29 KB, patch)
2025-10-23 17:57 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2025-10-17 21:17:56 UTC
For debugging it would be helpful to be able to specify to run only for a single account or file/directory
Comment 1 Kyle M Hall (khall) 2025-10-23 17:57:00 UTC
Created attachment 188387 [details] [review]
Bug 41052: Add option to specify one or more accounts for marc_ordering_process.pl

For debugging it would be helpful to be able to specify to run only for a single account or file/directory

Test Plan:
1) Create 3 marc order accounts
2) Run script with no options
2) Script should process all 3 marc order accounts
3) Run script with one -a parameter for one account id
4) Script should run for only that account
5) Run script with two -a parameters for two account ids
6) Script should run for only those two accounts