There's something to be said for having the perfect work shirt. Rasco' Uniform Shirt is a classic that's both extremely comfortable and durable, while offering FR projection.
Two Chest Pockets with Flap & Button Closure
Button Closure with Sleeve Vent Cuffs
Placket Front with Button Closure
NFPA 2112 Compliant - UL classified to NFPA 2112. Protects wearer from flash fire exposure.
Arc Rated 8.6 cal/cm² -Protects wearer from second degree burns when exposed to electrical arc.
CAT 2 -Arc rated FR garment with min of 8 cal/cm².
SELECT `I`.`ListID`, `I`.`ProductID`, `I`.`ItemGroup`, `I`.`ItemColorID`, `I`.`ItemColor`, `I`.`ItemSizeOnly` AS `ItemSize`, `I`.`ItemLength`, `I`.`RequiredAlterationID`, `I`.`ProspectItem`,
MAX(`S`.CatID) AS CatID, `I`.`SalesPrice`,`I`.`SalesPrice` AS `WebPrice`,
`I`.`AltShowListID`, `I`.`InventoryOnly`
FROM `tbl_items` `I`
LEFT JOIN `tbl_items_search` `S` ON (`I`.`ItemID`=`S`.`ItemID`) AND (`S`.`CatID` = '2076')
WHERE (`I`.`ItemGroup` = '8RS-FR1303') AND (`I`.`ShowOnlyLocal` = '1') AND (`I`.`IsActive` != '0') AND (`I`.`SpecialGroupID` Is Null OR `I`.`SpecialGroupID` = '0')
GROUP BY `I`.`ListID`
ORDER BY `I`.`ProspectItem`, IFNULL(`I`.`ItemColor`,'ZZZZZZ'),`I`.`SizeSort`,`I`.`ItemSize`, `I`.`ItemLength`