This commit is contained in:
parent
c5398c7a1d
commit
e2740347ba
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ public class Sdf54Creator {
|
|||
}
|
||||
|
||||
sDf54.setPay_date(payDateFormatter.format(TimeUtil.toLocalDate(paymentInstruction.getPaymentDate())));
|
||||
sDf54.setPay_val("RUR");
|
||||
sDf54.setPay_val(CurrencyCode.RUB.getKey());
|
||||
String sumDeb = paymentInstruction.getDebitLeg_amount() != null ? paymentInstruction.getDebitLeg_amount().toString() : "";
|
||||
sDf54.setSum_deb(BigDecimalUtil.limitDecimalPlaces(sumDeb, 2));
|
||||
sDf54.setSpecif_1(paymentInstruction.getPaymentPurpose());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue