Merge pull request #8026 from artoscinote/ma_SCI_10901

Fix 203dpi label migtation [SCI-10901]
This commit is contained in:
Martin Artnik 2024-11-08 13:51:56 +01:00 committed by GitHub
commit e079633ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ class Add203DpiLabelTemplate < ActiveRecord::Migration[7.0]
type: 'ZebraLabelTemplate',
name: I18n.t('label_templates.default_zebra_name_203dpi'),
default: false,
content: Extends::DEFAULT_LABEL_TEMPLATE_203DPI,
content: Extends::DEFAULT_LABEL_TEMPLATE_203DPI[:zpl],
width_mm: 25.4,
height_mm: 12.7,
unit: 'in',