Add optional setting to auto-fill a new invoice's item column
This commit is contained in:
parent
f60aae0930
commit
8686a55c72
|
|
@ -195,7 +195,7 @@ class _TaskSettingsState extends State<TaskSettings> {
|
|||
onChanged: (value) => viewModel.onCompanyChanged(
|
||||
company.rebuild((b) => b..invoiceTaskProject = value)),
|
||||
),
|
||||
if (company.invoiceTaskProject)
|
||||
if (false && company.invoiceTaskProject)
|
||||
AppDropdownButton<bool>(
|
||||
labelText: localization.location,
|
||||
value: company.invoiceTaskProjectHeader,
|
||||
|
|
|
|||
Loading…
Reference in New Issue