fix fcs shipment service
This commit is contained in:
@@ -4,7 +4,7 @@ import 'package:cloud_firestore/cloud_firestore.dart';
|
||||
import 'package:fcs/domain/entities/fcs_shipment.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
import '../../../domain/constants.dart';
|
||||
import '../../../constants.dart';
|
||||
import '../../main/model/base_model.dart';
|
||||
|
||||
class ShipmentSelectionModel extends BaseModel {
|
||||
@@ -39,7 +39,7 @@ class ShipmentSelectionModel extends BaseModel {
|
||||
Query query = FirebaseFirestore.instance
|
||||
.collection(path)
|
||||
.where("status", whereIn: [
|
||||
fcs_shipment_processing_status,
|
||||
fcs_shipment_processed_status,
|
||||
fcs_shipment_shipped_status,
|
||||
fcs_shipment_arrived_status,
|
||||
fcs_shipment_invoiced_status
|
||||
|
||||
Reference in New Issue
Block a user