Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jun 8, 2023
2 parents e7d42bf + 2ad5109 commit 0425366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/settings/email_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class _EmailSettingsState extends State<EmailSettings> {
onChanged: (value) => viewModel.onSettingsChanged(
settings.rebuild((b) => b..ublEmailAttachment = value)),
),
if (supportsLatestFeatures(null))
if (supportsLatestFeatures('5.6.0'))
BoolDropdownButton(
label: localization.enableEInvoice,
value: settings.enableEInvoice,
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/settings/settings_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class SettingsSearch extends StatelessWidget {
'mailgun#2023-01-11',
'email_alignment#2023-01-17',
'show_email_footer#2023-01-17',
if (supportsLatestFeatures(null)) 'enable_e_invoice#2023-04-27,'
if (supportsLatestFeatures('5.6.0')) 'enable_e_invoice#2023-04-27,'
],
],
kSettingsTemplatesAndReminders: [
Expand Down

0 comments on commit 0425366

Please sign in to comment.