diverse BugFixes
This commit is contained in:
@@ -56,6 +56,9 @@ export class SelectOptionsService {
|
||||
getCustomerType(value: string): string {
|
||||
return this.customerTypes.find(c => c.value === value)?.name;
|
||||
}
|
||||
getCustomerSubType(value: string): string {
|
||||
return this.customerSubTypes.find(c => c.value === value)?.name;
|
||||
}
|
||||
getGender(value: string): string {
|
||||
return this.gender.find(c => c.value === value)?.name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user