| Summary: | marc_ordering_process.pl should take options for specific accounts and/or directories | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
| Component: | Acquisitions | Assignee: | Kyle M Hall (khall) <kyle> |
| Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kyle, matt.blenkinsop |
| Version: | Main | ||
| 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: | ||
| Attachments: | Bug 41052: Add option to specify one or more accounts for marc_ordering_process.pl | ||
|
Description
Nick Clemens (kidclamp)
2025-10-17 21:17:56 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 |