Add converted filter to quotes
This commit is contained in:
parent
a0cc965081
commit
03018695b6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue