diff --git a/lib/ui/quote/quote_screen.dart b/lib/ui/quote/quote_screen.dart index 309e2955f..155ab47a0 100644 --- a/lib/ui/quote/quote_screen.dart +++ b/lib/ui/quote/quote_screen.dart @@ -57,6 +57,11 @@ class QuoteScreen extends StatelessWidget { ..id = kQuoteStatusApproved ..name = localization.approved, ), + InvoiceStatusEntity().rebuild( + (b) => b + ..id = kQuoteStatusConverted + ..name = localization.converted, + ), InvoiceStatusEntity().rebuild( (b) => b ..id = kQuoteStatusExpired