Changeset - 73964cd8201e
[Not reviewed]
0 1 0
James Polley - 7 years ago 2017-09-30 13:40:46
jp@jamezpolley.com
Update shirt details to match plans
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/management/commands/populate_inventory.py
Show inline comments
...
 
@@ -110,8 +110,8 @@ class Command(BaseCommand):
 
        self.t_shirt = self.find_or_make(
 
            inv.Category,
 
            ("name",),
 
            name="T-Shirt",
 
            description="Commemorative conference t-shirts, featuring the "
 
            name="Shirt",
 
            description="Commemorative conference polo shirts, featuring the "
 
                        "linux.conf.au 2018 artwork.",
 
            required=False,
 
            render_type=inv.Category.RENDER_TYPE_ITEM_QUANTITY,
...
 
@@ -369,12 +369,12 @@ class Command(BaseCommand):
 
        ShirtGroup = namedtuple("ShirtGroup", ("prefix", "sizes"))
 
        shirt_names = {
 
            "mens": ShirtGroup(
 
                "Men's/Straight Cut Size",
 
                ("S", "M", "L", "XL", "2XL", "3XL", "5XL"),
 
                "Men's/Straight Cut",
 
                ("S", "M", "L", "XL", "2XL", "3XL", "4XL"),
 
            ),
 
            "womens": ShirtGroup(
 
                "Women's Classic Fit",
 
                ("XS", "S", "M", "L", "XL", "2XL"),
 
                ("8", "10", "12", "14", "16", "18"),
 
            ),
 
        }
 

	
...
 
@@ -769,11 +769,11 @@ class Command(BaseCommand):
 
        ])
 
        free_category(ticket_staff_inclusions, self.penguin_dinner)
 

	
 
        # Team & volunteer t-shirts, regardless of ticket type
 
        # Team & volunteer shirts, regardless of ticket type
 
        staff_t_shirts = self.find_or_make(
 
            cond.GroupMemberDiscount,
 
            ("description", ),
 
            description="T-shirts complimentary for staff and volunteers",
 
            description="Shirts complimentary for staff and volunteers",
 
        )
 
        staff_t_shirts.group.set([
 
            self.group_team,
0 comments (0 inline, 0 general)