View | Details | Raw Unified | Return to bug 32949
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
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
- 

Return to bug 32949