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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 1287-1293 Link Here
1287
                        }
1287
                        }
1288
                        $(current_column).find("input[type='text']").val(input_value);
1288
                        $(current_column).find("input[type='text']").val(input_value);
1289
                        $(current_column).find("select").val(select_value);
1289
                        $(current_column).find("select").val(select_value);
1290
                    } else if ( i == 15 ) {
1290
                    } else if ( i == 16 ) {
1291
                        // specific processing for cap_fine_to_replacement_price
1291
                        // specific processing for cap_fine_to_replacement_price
1292
                        var cap_fine_to_replacement_price = $(this).find("input[type='checkbox']");
1292
                        var cap_fine_to_replacement_price = $(this).find("input[type='checkbox']");
1293
                        $('#cap_fine_to_replacement_price').prop('checked', cap_fine_to_replacement_price.is(':checked') );
1293
                        $('#cap_fine_to_replacement_price').prop('checked', cap_fine_to_replacement_price.is(':checked') );
1294
- 

Return to bug 30346