|
|
|
@@ -634,6 +634,9 @@ public class PdfService extends AbstractBaseEntityService<Pdf, Long, PdfReposito |
|
|
|
setValueIfPresent(form, "assetNetBusinessInterestLast", formatNum(client.getNetBusinessInterestLast())); |
|
|
|
setValueIfPresent(form, "assetProperties", formatNum(client.getPersonalPropertiesCurrent())); |
|
|
|
setValueIfPresent(form, "assetPropertiesLast", formatNum(client.getPersonalPropertiesLast())); |
|
|
|
setValueIfPresent(form, "assetRealEstate", formatNum(client.getRealEstateCurrent())); |
|
|
|
setValueIfPresent(form, "assetRealEstateLast", formatNum(client.getRealEstateLast())); |
|
|
|
|
|
|
|
setValueIfPresent(form, "assetOtherNonLiquid", formatNum(client.getOtherNonLiquidCurrent())); |
|
|
|
setValueIfPresent(form, "assetOtherNonLiquidLast", formatNum(client.getOtherNonLiquidLast())); |
|
|
|
setValueIfPresent(form, "totalNonLiquidAsset", formatNum(client.getTotalNonLiquidAssetCurrent())); |
|
|
|
|