Lines 1516-1522
Link Here
|
1516 |
hardduedate = fp.parseDate( hardduedate, flatpickr_dateformat_string ); |
1516 |
hardduedate = fp.parseDate( hardduedate, flatpickr_dateformat_string ); |
1517 |
if( hardduedate) fp.setDate( hardduedate, 1 ); |
1517 |
if( hardduedate) fp.setDate( hardduedate, 1 ); |
1518 |
} |
1518 |
} |
1519 |
} else if ( i == 26 ) { |
1519 |
} else if ( i == 25 ) { |
1520 |
// specific processing for No automatic renewal after (hard limit) |
1520 |
// specific processing for No automatic renewal after (hard limit) |
1521 |
var renewdate = itm_text; |
1521 |
var renewdate = itm_text; |
1522 |
if (renewdate) { |
1522 |
if (renewdate) { |
1523 |
- |
|
|