Explorar el Código

summary report 1000 days

CR013B2
Jason Chuang hace 12 horas
padre
commit
dda218165a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/Report/Summary/SummaryForm.js

+ 1
- 1
src/pages/Report/Summary/SummaryForm.js Ver fichero

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

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


Cargando…
Cancelar
Guardar