update upload file name

This commit is contained in:
Mohamed Nouffer
2021-09-07 11:29:09 +05:30
parent 595a7e78c5
commit 7abbff3c72
9 changed files with 18 additions and 14 deletions

View File

@ -133,7 +133,7 @@ function Index() {
};
function isDownload() {
if(isDate() === false && report !== '') {
if(isDate() === false && report !== '' && selectedcons !== '') {
return true;
}
else{