Lines 1520-1526
Link Here
|
1520 |
// specific processing for the Note column |
1520 |
// specific processing for the Note column |
1521 |
var note = $(this).find("a[id='viewnote']").data("content"); |
1521 |
var note = $(this).find("a[id='viewnote']").data("content"); |
1522 |
$(current_column).find("input[type='text']").val(note); |
1522 |
$(current_column).find("input[type='text']").val(note); |
1523 |
} else if (current_input_id === "hardduedatecompare") { |
1523 |
} else if (current_input_id === "hardduedate") { |
1524 |
// specific processing for Hard due date |
1524 |
// specific processing for Hard due date |
1525 |
$(current_column).find("select").val(itm_code); |
1525 |
$(current_column).find("select").val(itm_code); |
1526 |
var hardduedate = $(this).data("duedate"); |
1526 |
var hardduedate = $(this).data("duedate"); |
1527 |
- |
|
|