Hide settings date added

This commit is contained in:
Hillel Coren 2023-10-17 12:40:47 +03:00
parent 2648cbcaac
commit bda0d02e5c
1 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,7 @@ class SettingsSearch extends StatelessWidget {
'name', 'name',
'id_number', 'id_number',
'vat_number', 'vat_number',
'classification#2023-10-17',
'website', 'website',
'email', 'email',
'phone', 'phone',
@ -550,6 +551,7 @@ class SettingsSearch extends StatelessWidget {
'show_paid_stamp#2023-01-29', 'show_paid_stamp#2023-01-29',
'show_shipping_address#2023-01-29', 'show_shipping_address#2023-01-29',
'share_invoice_quote_columns#2023-03-20', 'share_invoice_quote_columns#2023-03-20',
'invoice_embed_documents#2023-10-27'
], ],
], ],
kSettingsCustomDesigns: [ kSettingsCustomDesigns: [
@ -716,6 +718,7 @@ class SettingsSearch extends StatelessWidget {
], ],
), ),
), ),
/*
SizedBox(width: 8), SizedBox(width: 8),
if (parts[0].isNotEmpty) if (parts[0].isNotEmpty)
Flexible( Flexible(
@ -723,6 +726,7 @@ class SettingsSearch extends StatelessWidget {
locale: locale:
localeSelector(store.state, twoLetter: true) + localeSelector(store.state, twoLetter: true) +
'_short'))), '_short'))),
*/
], ],
), ),
leading: Padding( leading: Padding(