Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
dab30e6325
1 changed files with 1 additions and 1 deletions
|
|
@ -1696,7 +1696,7 @@ export class ProfileController extends Controller {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
portfolios = portfolios.map((x:any) => ({
|
portfolios = portfolios.map((x:any) => ({
|
||||||
name: x.name ? x.name : "-",
|
name: x.name ? Extension.ToThaiNumber(x.name) : "-",
|
||||||
year: x.year ? Extension.ToThaiNumber(x.year.toString()) : "-"
|
year: x.year ? Extension.ToThaiNumber(x.year.toString()) : "-"
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue