Add converted filter to quotes
This commit is contained in:
parent
a0cc965081
commit
03018695b6
|
|
@ -57,6 +57,11 @@ class QuoteScreen extends StatelessWidget {
|
||||||
..id = kQuoteStatusApproved
|
..id = kQuoteStatusApproved
|
||||||
..name = localization.approved,
|
..name = localization.approved,
|
||||||
),
|
),
|
||||||
|
InvoiceStatusEntity().rebuild(
|
||||||
|
(b) => b
|
||||||
|
..id = kQuoteStatusConverted
|
||||||
|
..name = localization.converted,
|
||||||
|
),
|
||||||
InvoiceStatusEntity().rebuild(
|
InvoiceStatusEntity().rebuild(
|
||||||
(b) => b
|
(b) => b
|
||||||
..id = kQuoteStatusExpired
|
..id = kQuoteStatusExpired
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue