mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 05:25:41 +00:00
feat(freight): offer built-train wagons per boarding yard on multi-yard consists
This commit is contained in:
@@ -372,6 +372,12 @@ export const FREIGHT_PERMS = {
|
||||
view: "edr_freight_app:settings:exchange_rate:view",
|
||||
manage: "edr_freight_app:settings:exchange_rate:manage",
|
||||
},
|
||||
// Whether Finance may settle invoices by hand, per currency. Finance holds
|
||||
// `view` (the worklist offers only enabled currencies); `manage` is admin.
|
||||
manualPayment: {
|
||||
view: "edr_freight_app:settings:manual_payment:view",
|
||||
manage: "edr_freight_app:settings:manual_payment:manage",
|
||||
},
|
||||
contractTemplates: {
|
||||
view: "edr_freight_app:settings:contract_templates:view",
|
||||
manage: "edr_freight_app:settings:contract_templates:manage",
|
||||
|
||||
Reference in New Issue
Block a user