From: Maxime Bourget Date: Sun, 9 Jun 2013 10:07:44 +0000 (+0100) Subject: Check All/None button work. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6205a0d8698e7e2dcaba40e6fc21d8362ab64348;p=order_line_extra.git Check All/None button work. --- diff --git a/includes/order_lines.inc b/includes/order_lines.inc index 49a8790..4473ef0 100644 --- a/includes/order_lines.inc +++ b/includes/order_lines.inc @@ -23,7 +23,6 @@ function extract_cell($td) { return $matches[1]; } else { -print_r('cacou'); return $td; } } @@ -185,6 +184,12 @@ $row_id = $row['id']; "; } +function input_check_details($row, $dummy) { + $row_id = $row['id']; + return " + "; +} + function get_order_details_extra($customer_id, $location, $item_like) { $sql = "SELECT sod.id , so.order_no diff --git a/item_schedule.php b/item_schedule.php index fcf15dc..608bf90 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -142,7 +142,6 @@ tr.tDnD_whileDrag :nth-child(4), tr.tDnD_whileDrag :nth-child(5) { +