stampa ddt

This commit is contained in:
2026-05-16 11:51:26 +02:00
parent a166992b04
commit 9a5d0e33bd
16 changed files with 746 additions and 60 deletions

View File

@@ -17,7 +17,7 @@ class TicketShippingState extends Equatable {
required this.document,
this.availableProviders = const [],
this.availableLocations = const [],
this.isAutoNumber = false,
this.isAutoNumber = true,
this.errorMessage,
});