Lines 72-78
$(document).ready(function() {
Link Here
|
72 |
], |
72 |
], |
73 |
"sPaginationType": "four_button", |
73 |
"sPaginationType": "four_button", |
74 |
"autoWidth": false, |
74 |
"autoWidth": false, |
75 |
"exportColumns": [0,1,2,3,4,5] |
|
|
76 |
}, stock_rotation_items_columns_settings); |
75 |
}, stock_rotation_items_columns_settings); |
77 |
|
76 |
|
78 |
KohaTable("stock_rotation", { |
77 |
KohaTable("stock_rotation", { |
Lines 82-88
$(document).ready(function() {
Link Here
|
82 |
], |
81 |
], |
83 |
"sPaginationType": "four_button", |
82 |
"sPaginationType": "four_button", |
84 |
"autoWidth": false, |
83 |
"autoWidth": false, |
85 |
"exportColumns": [0,1,2,3,4] |
|
|
86 |
}, stock_rotation_columns_settings); |
84 |
}, stock_rotation_columns_settings); |
87 |
|
85 |
|
88 |
}); |
86 |
}); |
89 |
- |
|
|