mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 14:55:42 +00:00
adjustment recording adding weight in recording egg : need info, deleted grading egg, adjustment validation if must be changed again
This commit is contained in:
@@ -80,6 +80,8 @@ func MapEggs(recordingID uint, createdBy uint, items []validation.Egg) []entity.
|
||||
RecordingId: recordingID,
|
||||
ProductWarehouseId: item.ProductWarehouseId,
|
||||
Qty: item.Qty,
|
||||
Weight: item.Weight,
|
||||
Grade: item.Grade,
|
||||
CreatedBy: createdBy,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user