@@ -317,7 +317,7 @@
function batchUpdatePring(){
var a = new Array();
$("input[name='checkbox']:checkbox:checked").each(function(i) {
- a[i] = $(this).val().substring(0, 13);
+ a[i] = $(this).val();
})
$.ajax({
"type" : "post",
@@ -287,7 +287,7 @@