mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merge tag '3.3' into develop
Merge branch release/3.3 3.3
This commit is contained in:
@@ -236,7 +236,9 @@ export class DomainOmsService {
|
||||
}
|
||||
|
||||
if (!!organisation && !!buyer.organisation) {
|
||||
buyer.organisation.name = organisation;
|
||||
buyer.organisation = {
|
||||
name: organisation,
|
||||
};
|
||||
}
|
||||
|
||||
return this.orderService
|
||||
|
||||
Reference in New Issue
Block a user