mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user