#1603 Customer Orders Changed Wording Of Online Orders

This commit is contained in:
Nino Righi
2021-04-12 18:15:37 +02:00
parent b4f60bc3c9
commit 2209bb5a78
2 changed files with 191 additions and 187 deletions

View File

@@ -17,6 +17,10 @@ export class ClientChannelPipe implements PipeTransform {
};
transform(value: OrderType): string {
return this.clientChannelText[value] || '';
const v: number = value;
if (v === 8 || v === 16 || v === 24) {
return 'hugendubel.de';
}
return this.clientChannelText[v] || '';
}
}

372
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff