car body policy and sales extended

This commit is contained in:
2026-09-05 18:37:42 +03:30
parent eb072ef080
commit eb636bdbdd
10 changed files with 1097 additions and 14 deletions

View File

@@ -95,6 +95,9 @@ export class FanavaranClientConfigService implements OnModuleInit {
password: doc.auth.password,
corpId: doc.auth.corpId,
contractId: doc.auth.contractId,
...(doc.auth.hullContractId
? { hullContractId: doc.auth.hullContractId }
: {}),
location: doc.auth.location,
},
defaults: { ...doc.defaults },