Summary: | Internal server error in cash_register_stats.pl when exporting to file | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | Reports | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, mtj, nick |
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: | ||
Circulation function: | |||
Bug Depends on: | 6934 | ||
Bug Blocks: | 18694 | ||
Attachments: |
Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file
Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file |
Description
Marc Véron
2017-06-06 09:13:03 UTC
The internal server error can be fixed by changing line 174 from exit(1); to exit(0); But then an new issue appears: The export has an empty line above the header line, and the header line is mixed with and without double quotes: mfirstname;card number;firstname;branchname;date;accounttype;amount;title;barcode;"itype" Created attachment 64137 [details] [review] Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file To test: Output cash reigster stats report to file Internal server error Apply patch Export to file File is generated and correctly formed Created attachment 64142 [details] [review] Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file To test: Output cash reigster stats report to file Internal server error Apply patch Export to file File is generated and correctly formed Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 64146 [details] [review] Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file To test: Output cash reigster stats report to file Internal server error Apply patch Export to file File is generated and correctly formed Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 64230 [details] [review] Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file To test: Output cash reigster stats report to file Internal server error Apply patch Export to file File is generated and correctly formed Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.01 This patch has been pushed to 16.11.x and will be in 16.11.09. Patchset has conflicts, skipping for 16.05.x (In reply to Mason James from comment #9) > Patchset has conflicts, skipping for 16.05.x depends on BZ 6934 |