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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-5 / +6 lines)
Lines 15-28 $(document).ready(function() { Link Here
15
        ],
15
        ],
16
        "bPaginate": false
16
        "bPaginate": false
17
    }));
17
    }));
18
    $('#branch').change(function() {
18
    [% IF no_op_set %]
19
      $('#branch').change(function() {
19
            $('#op').val("");
20
            $('#op').val("");
20
            $('#selectlibrary').submit();
21
            $('#selectlibrary').submit();
21
    });
22
      });
22
    $('#newnotice').click(function() {
23
      $('#newnotice').click(function() {
23
            $('#op').val("add_form");
24
            $('#op').val("add_form");
24
            return true;
25
            return true;
25
    });
26
      });
27
    [% END %]
26
}); 
28
}); 
27
[% IF ( add_form ) %]
29
[% IF ( add_form ) %]
28
	
30
	
29
- 

Return to bug 10439