set Shares+Assets comment to comment instead of reference
This commit is contained in:
parent
5d9a075d4d
commit
8ec4ffa569
@ -612,7 +612,7 @@ public class ImportOfficeData extends ContextBasedTest {
|
||||
: HsOfficeCoopSharesTransactionType.ADJUSTMENT
|
||||
)
|
||||
.shareCount(rec.getInteger("quantity"))
|
||||
.reference(rec.getString("comment"))
|
||||
.comment(rec.getString("comment"))
|
||||
.build();
|
||||
|
||||
coopShares.put(rec.getInteger("member_share_id"), shareTransaction);
|
||||
@ -655,7 +655,7 @@ public class ImportOfficeData extends ContextBasedTest {
|
||||
.valueDate(rec.getLocalDate("date"))
|
||||
.transactionType(assetTypeMapping.get(rec.getString("action")))
|
||||
.assetValue(rec.getBigDecimal("amount"))
|
||||
.reference(rec.getString("comment"))
|
||||
.comment(rec.getString("comment"))
|
||||
.build();
|
||||
|
||||
coopAssets.put(rec.getInteger("member_asset_id"), assetTransaction);
|
||||
|
Loading…
Reference in New Issue
Block a user