refactor providers e basi per spedizioni

This commit is contained in:
2026-05-15 10:12:05 +02:00
parent ad35f641b3
commit f19f19a279
21 changed files with 1542 additions and 830 deletions

View File

@@ -515,7 +515,7 @@ class _OperationFormScreenState extends State<OperationFormScreen> {
return Column(
children: [
_buildSectionTitle('Dettagli Servizio'),
DetailsSection(
OperationDetailsSection(
currentOp: state.operation,
currentType: state.operation.type,
freeTextSubtypeController: _freeTextSubtypeController,