mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 04:31:08 -04:00 
			
		
		
		
	increase series param length to 6
This commit is contained in:
		| @ -386,8 +386,8 @@ function removeComponent(component) { | ||||
| function onUpdate(val, element) { | ||||
|   switch (element.name) { | ||||
|     case 'SERIES': | ||||
|       if (val.length >= 4) { | ||||
|         val = val.substring(0, 4) | ||||
|       if (val.length >= 6) { | ||||
|         val = val.substring(0, 6) | ||||
|       } | ||||
|       break | ||||
|     case 'DELIMITER': | ||||
|  | ||||
		Reference in New Issue
	
	Block a user