Merge pull request #3471 from artoscinote/ma_SCI_5975

Fix label template to work properly with FLUICS [SCI-5975]
This commit is contained in:
Alex Kriuchykhin 2021-08-10 16:20:52 +02:00 committed by GitHub
commit 4326965444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,10 @@ class CreateLabelTemplates < ActiveRecord::Migration[6.1]
content:
<<~HEREDOC
^XA
^CF0,14
^FO10,10^FD{{item_id}}^FS
^FO10,10^BY1,2.0,20^BQN,2,3^FDMA{{item_id}}^FS
^FO80,33^FB100,4,0,L^FD{{item_name}}^FS^FS
^CF0,21
^FO10,0^FD{{item_id}}^FS
^FO5,3^BY3,3.0,25^BQN,2,4^FDMA\\{{item_id}}^FS
^FO100,39^FB190,20,5,L^FD\\{{item_name}}^FS^FS
^XZ
HEREDOC
)