Lines 1555-1561
Link Here
|
1555 |
// specific processing for the Note column |
1555 |
// specific processing for the Note column |
1556 |
var note = $(this).find("a[id='viewnote']").data("content"); |
1556 |
var note = $(this).find("a[id='viewnote']").data("content"); |
1557 |
$(current_column).find("input[type='text']").val(note); |
1557 |
$(current_column).find("input[type='text']").val(note); |
1558 |
} else if ( current_input_id === "hardduedatecompare" ) { |
1558 |
} else if ( current_input_id === "hardduedate" ) { |
1559 |
// specific processing for Hard due date |
1559 |
// specific processing for Hard due date |
1560 |
$(current_column).find("select").val(itm_code); |
1560 |
$(current_column).find("select").val(itm_code); |
1561 |
var hardduedate = $(this).data('duedate'); |
1561 |
var hardduedate = $(this).data('duedate'); |
1562 |
- |
|
|