Add new style as an option for t-shirts.
This commit is contained in:
		
							parent
							
								
									9f79b490f6
								
							
						
					
					
						commit
						d505f69f00
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -50,7 +50,10 @@ my %lines; | |||
| 
 | ||||
| my @typeList; | ||||
| my @oldTypeList; | ||||
| if ($T_SHIRT_STYLE eq 'fy2018design') { | ||||
| if ($T_SHIRT_STYLE eq 'fy2021design') { | ||||
|   @typeList = qw/t-shirt-fy2022design-0 t-shirt-fy2018design-0 t-shirt-vintage-0/; | ||||
|   @oldTypeList = qw/t-shirt-0 t-shirt-1 t-shirt-extra-0 t-shirt-extra-1/; | ||||
| } elsif ($T_SHIRT_STYLE eq 'fy2018design') { | ||||
|   @typeList = qw/t-shirt-fy2018design-0 t-shirt-vintage-0/; | ||||
|   @oldTypeList = qw/t-shirt-0 t-shirt-1 t-shirt-extra-0 t-shirt-extra-1/; | ||||
| } elsif ($T_SHIRT_STYLE == 0) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn