update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -38,6 +38,7 @@ class RateDataProvider {
|
||||
.doc(rate_doc_id)
|
||||
.collection(cargo_types_collection)
|
||||
.where("custom_duty", isEqualTo: false)
|
||||
.orderBy("display_index", descending: false)
|
||||
.snapshots();
|
||||
|
||||
await for (var snaps in snapshots) {
|
||||
|
||||
Reference in New Issue
Block a user