GLJournal reverse accrual date is hard coded to system date
Description
MJournal->reverseAccrualIt pickup system date while all other document pickup date from ctx.
Fro example, MInvoice use
Timestamp reversalDate = accrual ? Env.getContextAsDate(getCtx(), "#Date") : getDateAcct();
It is good to have this behavior consistent.
Environment
None
Activity
Show:
Deepak Pansheriya
April 3, 2017, 5:34 PM
Reviewed and tested. Good to added.
Carlos Ruiz
March 31, 2017, 2:19 PM
@Deepak, attached an untested patch, can you please peer review and test?
Fixed
Assignee
Reporter
Labels
Tested By
Deepak Pansheriya