[HIMA-1028] Spelling adjustment

This commit is contained in:
Mikuta Aleksandras
2020-03-30 15:38:36 +02:00
parent c6ed309f93
commit 70df4fd12b
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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}`;

View File

@@ -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