mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 22:18:12 +00:00
Merge pull request #1434 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
This commit is contained in:
@@ -179,6 +179,13 @@ export interface IContractCargoScope {
|
||||
code?: string | null;
|
||||
cargoTypeName?: string | null;
|
||||
unitOfMeasure?: string | null;
|
||||
/**
|
||||
* Most tons of this cargo one wagon may carry, across the cargo's allowed
|
||||
* wagon types (rated capacity, capped by the type's loading limit). Lets
|
||||
* the booking forms reject a wagon count whose even share overloads a
|
||||
* wagon before the server does. Null when no wagon type is configured.
|
||||
*/
|
||||
maxTonsPerWagon?: number | null;
|
||||
} | null;
|
||||
cargoFreeText?: string | null;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user