add invoice pdf
This commit is contained in:
@@ -171,7 +171,7 @@ class Carton {
|
||||
'length': length,
|
||||
'width': width,
|
||||
'height': height,
|
||||
'delivery_address': deliveryAddress.toMap(),
|
||||
'delivery_address': deliveryAddress?.toMap(),
|
||||
'carton_type': cartonType,
|
||||
'mix_carton_id': mixCartonID,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user