update carton from packages
This commit is contained in:
@@ -57,7 +57,7 @@ class CartonModel extends BaseModel {
|
||||
}
|
||||
|
||||
List<String> cartonTypes = [carton_from_packages, carton_mix_box];
|
||||
List<String> mixTypes = [mix_delivery, mix_pickup];
|
||||
List<String> mixBoxTypes = [mix_delivery, mix_pickup];
|
||||
List<String> cartonTypesInfo = [
|
||||
carton_from_packages,
|
||||
carton_mix_box,
|
||||
@@ -212,7 +212,6 @@ class CartonModel extends BaseModel {
|
||||
}
|
||||
|
||||
Future<void> updateCarton(Carton carton) {
|
||||
print(carton.id);
|
||||
return Services.instance.cartonService.updateCarton(carton);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user