Ver código fonte

summary report 1000 days

CR013B2
Jason Chuang 11 horas atrás
pai
commit
a687fb6dc1
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/pages/Report/Summary/SummaryForm.js

+ 2
- 2
src/pages/Report/Summary/SummaryForm.js Ver arquivo

@@ -64,8 +64,8 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => {
}

const diffDays = to.startOf("day").diff(from.startOf("day"), "day");
if (diffDays > 365) {
setDateRangeError("Payment Date (From) and Payment Date (To) must be within 90 days.");
if (diffDays > 1000) {
setDateRangeError("Payment Date (From) and Payment Date (To) must be within 1000 days.");
setWaitDownload(false);
return;
}


Carregando…
Cancelar
Salvar