Hi Community Having errors on the below script on the RATE line. New to Ruby so wanting to check prior to having a go at modifying it. # Customer Tag Discounts
CONSULTANT = 'consultant'
TEAM_LEAD = 'team_lead'
STAFF = 'staff'
$customer_tag = ''
if ...