Bugzilla – Attachment 20314 Details for
Bug 7298
export late orders, with # of claims and claim dates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7298: FIX checkboxes binding on load
Bug-7298-FIX-checkboxes-binding-on-load.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2013-08-13 14:26:26 UTC
(
hide
)
Description:
Bug 7298: FIX checkboxes binding on load
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-08-13 14:26:26 UTC
Size:
1.02 KB
patch
obsolete
>From 101a5208df00cdb04024c861f3e42ff79815d414 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 13 Aug 2013 15:27:38 +0200 >Subject: [PATCH] Bug 7298: FIX checkboxes binding on load > >Click on checkboxes should be bound on load. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index ab34736..f9162c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -41,6 +41,7 @@ $(document).ready(function() { > }; > } > } ) ); >+ $('input:checkbox[name=ordernumber]').bind('click', check_uncheck); > $('#CheckAll').click(function(){ $(late_orderst.fnGetNodes()).find("td").checkCheckboxes();}); > $('#CheckNone').click(function(){ $(late_orderst.fnGetNodes()).find("td").unCheckCheckboxes();}); > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7298
:
7809
|
7891
|
7946
|
8333
|
10426
|
11713
|
11717
|
11721
|
11722
|
12624
|
12817
|
12818
|
15027
|
15028
|
15037
|
15038
|
15039
|
15040
|
16688
|
16689
|
16690
|
16691
|
16692
|
16956
|
19819
|
20313
|
20314
|
20315
|
20471
|
20472
|
20473
|
20474
|
21339
|
21383
|
21384
|
21385
|
21386
|
21387
|
21398
|
21523
|
22617
|
22618
|
22619
|
22620
|
22621
|
22622