Skip to content

Commit

Permalink
Release v1.0.37 (#395)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Signed-off-by: fiterlatam <[email protected]>

* Create Gemfile.txt

Signed-off-by: fiterlatam <[email protected]>

* Set ffi version (#389)

* Fix for FBR-692 (#391)

* fix translations file

* fix FBR 690

---------

Signed-off-by: fiterlatam <[email protected]>
Co-authored-by: fiterlatam <[email protected]>
Co-authored-by: Muhimbura Brian Mart <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2024
1 parent 30d52f6 commit c41a69f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@
if (scope.isAdditionalDateProperty(propertyName)) {
var propertyValue = scope.formData.loanAdditionalData[propertyName];
scope.formData.loanAdditionalData[propertyName] = new Date(propertyValue);
if (propertyName === 'dateOpened') {
scope.formData.loanAdditionalData[propertyName] = new Date(propertyValue.slice(0,3));
}
}
}
}
Expand Down

0 comments on commit c41a69f

Please sign in to comment.