mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Merge branch 'dev/fifo-v2' into 'development'
Implement delete transfer to laying, chickin, and stock adjustment See merge request mbugroup/lti-api!371
This commit is contained in:
@@ -261,6 +261,10 @@ func defaultString(v, def string) string {
|
||||
return v
|
||||
}
|
||||
|
||||
func LayingWeekStart() int {
|
||||
return TransferToLayingGrowingMaxWeek
|
||||
}
|
||||
|
||||
func joinPath(parts ...string) string {
|
||||
out := make([]string, 0, len(parts))
|
||||
for _, part := range parts {
|
||||
|
||||
Reference in New Issue
Block a user