Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.19
-
Fix Version/s: 4.7.31
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Currently the system pops up to download Financial Batch once its Exported. But for some organization with different Export format they may not need to pop this file once the batch is exported i.e either by Form layer or calling Batch export function through cron job.
Below PR fixes the above issue by setting $_downloadFile to False at form layer using form layer hooks or by passing $downloadFile = False to exportFinancialBatch() function in cron api job or custom code