Changes: - Destructure generateTenantCode from location props - Wrap payment information and PDF417 barcode in conditional rendering - Only show payment details when BOTH conditions are met: - userSettings.show2dCodeInMonthlyStatement === true - location.generateTenantCode === true This ensures payment information and barcode are only displayed when both the user has enabled the feature globally AND the specific location has it enabled. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>