mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
Merge pull request #8026 from artoscinote/ma_SCI_10901
Fix 203dpi label migtation [SCI-10901]
This commit is contained in:
commit
e079633ff5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue