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

View File

@@ -12,7 +12,7 @@ variables:
value: '3'
# Minor Version einstellen
- name: 'Minor'
value: '2'
value: '3'
- name: 'Patch'
value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),0)]"
- name: 'BuildUniqueID'