mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
[HIMA-1028] Spelling adjustment
This commit is contained in:
@@ -56,7 +56,7 @@ export class CustomerOrderItemRowComponent implements OnInit {
|
||||
this.store.dispatch(new SetEditOrder(this.order));
|
||||
let breadcrumbName = '';
|
||||
if (this.order.buyer) {
|
||||
breadcrumbName = this.order.buyer.firstName + ' ' + this.order.buyer.lastName + ' Barbeiten';
|
||||
breadcrumbName = this.order.buyer.firstName + ' ' + this.order.buyer.lastName + ' Bearbeiten';
|
||||
}
|
||||
|
||||
const subItem = this.order.items.find(t => t.id === id).data.subsetItems[0].data;
|
||||
|
||||
@@ -385,7 +385,7 @@ export class GoodsInOrderDetailsComponent implements OnInit, OnDestroy, AfterVie
|
||||
this.store.dispatch(new SetEditOrder(this.order));
|
||||
let breadcrumbName = '';
|
||||
if (this.order.buyer) {
|
||||
breadcrumbName = this.order.buyer.firstName + ' ' + this.order.buyer.lastName + ' Barbeiten';
|
||||
breadcrumbName = this.order.buyer.firstName + ' ' + this.order.buyer.lastName + ' Bearbeiten';
|
||||
}
|
||||
// tslint:disable-next-line: max-line-length
|
||||
const path = `/shelf/edit/${this.order.id}/${this.order.id}/${this.processingStatus}/o/goodsin/${this.order.buyer.source}/${this.order.items[0].id}`;
|
||||
|
||||
@@ -698,7 +698,7 @@ export class ShelfOrderDetailsComponent implements OnInit, OnDestroy, AfterConte
|
||||
this.store.dispatch(new SetEditOrder(this.orderDTO));
|
||||
let breadcrumbName = '';
|
||||
if (this.orderDTO.buyer) {
|
||||
breadcrumbName = this.orderDTO.buyer.firstName + ' ' + this.orderDTO.buyer.lastName + ' Barbeiten';
|
||||
breadcrumbName = this.orderDTO.buyer.firstName + ' ' + this.orderDTO.buyer.lastName + ' Bearbeiten';
|
||||
}
|
||||
const path = `/shelf/edit/${this.order.compartmentCode ? this.order.compartmentCode : this.order.orderId}/${this.order.orderId}/${
|
||||
this.status
|
||||
|
||||
Reference in New Issue
Block a user