Can you try instead of passing $customer variable to smarty to pass the membership, and use that variable instead.
 
/**** CHNYC extra fields ********/
			'voucher_text' => Configuration::get('PS_VOUCHER_TEXT'),
			'commodore' => Configuration::get('PS_COMMODORE'),
			'associate_member_voucher' => Configuration::get('PS_ASSOCIATE_MEMBER_VOUCHER'),
			'regular_member_voucher' => Configuration::get('PS_REGULAR_MEMBER_VOUCHER'),		
			'voucher_enable' => Configuration::get('PS_VOUCHER_ENABLE'),
			'customer' => $customer,
                        'customer_membership' => $customer->member,
/****** end CHNYC Extra Fields *****/