mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 1558: #4092 Fix updateNotificationsGroup get orderId from first Item not from initi...
#4092 Fix updateNotificationsGroup get orderId from first Item not from initial form
This commit is contained in:
committed by
Andreas Schickinger
parent
3ed9227508
commit
90b752e185
@@ -170,8 +170,7 @@ export class SharedGoodsInOutOrderEditComponent implements OnChanges, OnDestroy
|
||||
}
|
||||
|
||||
async updateNotificationsGroup() {
|
||||
const control = this.control?.getRawValue();
|
||||
const orderId = control?.orderId;
|
||||
const orderId = this.items[0].orderId;
|
||||
|
||||
try {
|
||||
if (orderId) {
|
||||
|
||||
Reference in New Issue
Block a user