customer table with translated customerKind
This commit is contained in:
parent
2dd3deb17b
commit
8ae7547775
@ -29,8 +29,8 @@
|
||||
<th>
|
||||
<select class="form-control" [(ngModel)]="filter.criteria.kind" (change)="filter.trigger()">
|
||||
<option value=""></option>
|
||||
<option>NATURAL</option>
|
||||
<option>LEGAL</option>
|
||||
<option value="NATURAL" jhiTranslate="{{'hsadminNgApp.CustomerKind.NATURAL'}}">NATURAL</option>
|
||||
<option value="LEGAL" jhiTranslate="{{'hsadminNgApp.CustomerKind.LEGAL'}}">LEGAL</option>
|
||||
</select>
|
||||
</th>
|
||||
<th><button class="btn btn-primary float-left" (click)="filter.reset()">Reset Filter</button></th>
|
||||
|
@ -2,8 +2,8 @@
|
||||
"hsadminNgApp": {
|
||||
"CustomerKind": {
|
||||
"null": "",
|
||||
"NATURAL": "NATURAL",
|
||||
"LEGAL": "LEGAL"
|
||||
"NATURAL": "natürliche Person",
|
||||
"LEGAL": "juristische Person"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user