Lines 1476-1482
Link Here
|
1476 |
hardduedate = fp.parseDate( hardduedate, flatpickr_dateformat_string ); |
1476 |
hardduedate = fp.parseDate( hardduedate, flatpickr_dateformat_string ); |
1477 |
if( hardduedate) fp.setDate( hardduedate, 1 ); |
1477 |
if( hardduedate) fp.setDate( hardduedate, 1 ); |
1478 |
} |
1478 |
} |
1479 |
} else if ( i == 26 ) { |
1479 |
} else if ( i == 25 ) { |
1480 |
// specific processing for No automatic renewal after (hard limit) |
1480 |
// specific processing for No automatic renewal after (hard limit) |
1481 |
var renewdate = itm_text; |
1481 |
var renewdate = itm_text; |
1482 |
if (renewdate) { |
1482 |
if (renewdate) { |
1483 |
- |
|
|