[Bug 10762] Make it possible to adjust the barcode height and width on labels
10 Feb
2025
10 Feb
'25
1:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762 --- Comment #50 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This patch set added an inconsistency in the db schema: kohastructure + `scale_width` decimal(28,6) NOT NULL DEFAULT 0.08, + `scale_height` decimal(28,6) NOT NULL DEFAULT 0.01, dbrev ADD COLUMN scale_width FLOAT default 0.8 NOT NULL AFTER font_size ADD COLUMN scale_height FLOAT default 0.01 NOT NULL AFTER scale_width Could the authors of this patch set please give follow-up on that and correct? Thanks. PS Not completely sure but I feel that for a scale like this DECIMAL would be a better choice than FLOAT. -- You are receiving this mail because: You are watching all bug changes.
520
Age (days ago)
520
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org