https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35976
--- Comment #3 from Chris Nighswonger <[email protected]> --- Signed off. Tested in koha-testing-docker against current main, with and without the patch applied: - Before: Barcode width/height render with size="2"; a 4-character value such as 0.02 is clipped and requires arrowing within the field to read. - After: both fields render with size="10" and the full saved value is visible. - Saved a layout with scale_width=0.02 / scale_height=0.03; confirmed the values round-trip correctly to creator_layouts (0.020000 / 0.030000) and display in full when the layout is reopened for editing. - koha-qa.pl: PASS. Note for testers following the test plan: step 7 ("Edit the layout again") is reached via label-edit-layout.pl?op=edit_form&layout_id=NN. Using op=edit silently returns a fresh default form rather than the saved layout. Also note the label creator now lives under Cataloging rather than Tools (Bug 31162), so step 1 is Cataloging > Label creator. Verification of this patch was assisted by an AI tool; all testing was performed and reviewed by me. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
