Fix off-by-one errors in ticket categories
This commit is contained in:
		
							parent
							
								
									d30852e5f1
								
							
						
					
					
						commit
						c15848bfce
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -5,9 +5,9 @@ | |||
| {% items_purchased as purchased %} | ||||
| {% items_pending as pending %} | ||||
| {% items_purchased 1 as ticket %} | ||||
| {% total_items_purchased 2 as penguin_dinner_count %} | ||||
| {% total_items_purchased 3 as speakers_dinner_count %} | ||||
| {% total_items_purchased 4 as pdns_count %} | ||||
| {% total_items_purchased 3 as penguin_dinner_count %} | ||||
| {% total_items_purchased 4 as speakers_dinner_count %} | ||||
| {% total_items_purchased 5 as pdns_count %} | ||||
| {% ticket_type as ticket_type %} | ||||
| --> | ||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||||
|  |  | |||
| Before Width: | Height: | Size: 403 KiB After Width: | Height: | Size: 403 KiB | 
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley