mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Remove EAN8 code check digit
This commit is contained in:
		@@ -23,7 +23,7 @@ DEMO_FUNCTIONS = {
 | 
			
		||||
        {'bc': 'UPC-A', 'code': '13243546576'},
 | 
			
		||||
        {'bc': 'UPC-E', 'code': '132435'},
 | 
			
		||||
        {'bc': 'EAN13', 'code': '1324354657687'},
 | 
			
		||||
        {'bc': 'EAN8', 'code': '13243546'},
 | 
			
		||||
        {'bc': 'EAN8', 'code': '1324354'},
 | 
			
		||||
        {'bc': 'CODE39', 'code': '*TEST*'},
 | 
			
		||||
        {'bc': 'ITF', 'code': '55867492279103'},
 | 
			
		||||
        {'bc': 'NW7', 'code': 'A00000000A'},
 | 
			
		||||
@@ -32,7 +32,7 @@ DEMO_FUNCTIONS = {
 | 
			
		||||
        {'bc': 'UPC-A', 'code': '13243546576', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'UPC-E', 'code': '132435', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'EAN13', 'code': '1324354657687', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'EAN8', 'code': '13243546', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'EAN8', 'code': '1324354', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'CODE39', 'code': '*TEST*', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'ITF', 'code': '55867492279103', 'function_type': 'B'},
 | 
			
		||||
        {'bc': 'NW7', 'code': 'A00000000A', 'function_type': 'B'},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user