| Summary: | bugfix : tools/export.pl don't works in commandline without id_list_file parameter | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Stéphane Delaune <stephane.delaune> |
| Component: | Tools | Assignee: | Stéphane Delaune <stephane.delaune> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | major | ||
| Priority: | P2 | CC: | chris, kyle, mtj, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 12238 | ||
| Bug Blocks: | |||
| Attachments: |
proposed patch
Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file parameter [PASSED QA] Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file parameter |
||
|
Description
Stéphane Delaune
2014-10-15 13:03:25 UTC
Created attachment 32333 [details] [review] proposed patch Created attachment 32405 [details] [review] Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file parameter Test plan 1/ run ./tools/export.pl 2/ notice an error like cannot open 0: No such file or directory at ./tools/export.pl line 209. 3/ apply patch 4/ run again 5/ no errors Signed-off-by: Chris <chris@bigballofwax.co.nz> Created attachment 32408 [details] [review] [PASSED QA] Bug 13085: bugfix to allow call of export.pl in commandline without id_list_file parameter Test plan 1/ run ./tools/export.pl 2/ notice an error like cannot open 0: No such file or directory at ./tools/export.pl line 209. 3/ apply patch 4/ run again 5/ no errors Signed-off-by: Chris <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described, adding an additional check. Patch pushed to master. Thanks Stephane! *** Bug 13197 has been marked as a duplicate of this bug. *** Possible selection for 3.16.x Bug not relevant for 3.16.x |