Summary: | Labels wrap incorrectly when paper width is greater than height | ||
---|---|---|---|
Product: | Koha | Reporter: | Jared Camins-Esakov <jcamins> |
Component: | Label/patron card printing | Assignee: | Chris Nighswonger <cnighswonger> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, julian.maurice |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Fixes incorrect use of string comparators.
Signed-off patch |
Description
Jared Camins-Esakov
2011-03-14 19:55:14 UTC
changing status as this is definitely a bug :-) Created attachment 3293 [details] [review] Fixes incorrect use of string comparators. This was due the incorrect use of string comparators to compare numeric values. The attached patch fixes this. Created attachment 3294 [details] [review] Signed-off patch Patch pushed, please test and mark resolved |