[ 
http://mifosforge.jira.com/browse/MIFOS-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59860#action_59860
 ] 

jbrewster commented on MIFOS-3287:
----------------------------------

verified closed date is now null after adjustment.  

with repayment:
mysql> select CLOSED_DATE from account where account_id='66';
+-------------+
| CLOSED_DATE |
+-------------+
| 2010-09-02  |
+-------------+
1 row in set (0.00 sec)


after applying adjustment which reopens loan:
mysql> select CLOSED_DATE from account where account_id='66';
+-------------+
| CLOSED_DATE |
+-------------+
| NULL        |
+-------------+
1 row in set (0.00 sec)


> Closed date is not updated to null after reversing the last payment of loan 
> accounts
> ------------------------------------------------------------------------------------
>
>                 Key: MIFOS-3287
>                 URL: http://mifosforge.jira.com/browse/MIFOS-3287
>             Project: mifos
>          Issue Type: Bug
>          Components: Loan Account
>            Reporter: lassaad
>            Assignee: Jakub Sławiński
>            Priority: Major
>             Fix For: Release E - Iteration 2, Release E
>
>
> To reproduce:
> 1- Select a loan account with a status = "Closed obligation met"
> 2- Apply adjustment
> 3- Run this query : "select CLOSED_DATE from account where 
> account_id=[account id value]"
> Expected behaviour:
> CLOSED_DATE value in the account table should be Null
> Actual behaviour:
> CLOSED_DATE value still equal the payment date of the last payment

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to