rymghosn opened a new pull request, #6292:
URL: https://github.com/apache/fineract/pull/6292

    A tax group component's end date could only ever be set once: 
`TaxValidator.validateTaxGroupEndDateAndTaxComponent()`                         
   
     rejected any attempt to change an end date to a different value if it had  
                                                                      
     already been set before, even when the new value was a perfectly valid     
                                                                      
     future date after the component's start date. This made it impossible to   
                                                                      
     correct or extend an end date once entered.                                
                                                                      
                                                                                
                                                                      
     This PR removes that one-time restriction. An existing tax group           
                                                                      
     component's end date can now be updated repeatedly, with the only 
remaining                                                                      
     constraint being that each new end date must fall after the component's    
                                                                      
     start date.
     PR:(https://issues.apache.org/jira/browse/FINERACT-2771)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to