CHANGE_BATCH_FILE_DOWNLOAD_FOR_ALL : RV

This commit is contained in:
VENKATESHWARAN 2025-03-31 09:45:45 +05:30
parent 9f6f7e815e
commit 0b9fd77de0

View File

@ -146,7 +146,7 @@
onclick="getBatchFileData(this)" class="dropdown-item upload_button" ><i class="mdi mdi-upload mr-2 text-muted font-18 vertical-middle"></i>Re-Upload</a>
<?php } ?>
<?php if (str_starts_with($file['status'], 'failed')) { ?>
<?php if ($file['actions'] == "import") { ?>
<a href="<?= base_url('/util/download_import_file/') . $file['id'] ?>" class="dropdown-item" style="color: #000;" aria-hidden="true" target="_blank" ><i class="mdi mdi-download mr-2 text-muted font-18 vertical-middle"></i>Download</a>
<?php } ?>