Merge tag '3.3' into develop

Merge branch release/3.3 3.3
This commit is contained in:
Lorenz Hilpert
2024-11-12 17:05:47 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -236,7 +236,9 @@ export class DomainOmsService {
}
if (!!organisation && !!buyer.organisation) {
buyer.organisation.name = organisation;
buyer.organisation = {
name: organisation,
};
}
return this.orderService