Summary: | False POD for matchpoint option in import_patrons.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Igor A. Sychev <Igor.A.Sychev> |
Component: | Command-line Utilities | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | RESOLVED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, lucas, m.de.rooy, robin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.03,22.11.09,22.05.16
|
|
Circulation function: | |||
Attachments: |
Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD
Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD |
Description
Igor A. Sychev
2023-07-06 06:46:32 UTC
Created attachment 153094 [details] [review] Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD 44 'c|confirm' => \$confirm, 46 'm|matchpoint=s' => \$matchpoint, The POD is wrong. Created attachment 153757 [details] [review] Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD 44 'c|confirm' => \$confirm, 46 'm|matchpoint=s' => \$matchpoint, The POD is wrong. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.11. Nice work everyone, thanks! More a fix than enhancement I'd say ;) Pushed to 23.05.x for 23.05.03 Nice work everyone! Pushed to 22.11.x for next release Backported to 22.05.x for upcoming 22.05.16 |