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 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
- 

Return to bug 32949