mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-04 12:07:23 +08:00 
			
		
		
		
	Fix 203dpi label migtation [SCI-10901]
This commit is contained in:
		
							parent
							
								
									0bc8e39491
								
							
						
					
					
						commit
						fcfb3dc8f7
					
				
					 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…
	
	Add table
		
		Reference in a new issue