From 6205a0d8698e7e2dcaba40e6fc21d8362ab64348 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Sun, 9 Jun 2013 11:07:44 +0100 Subject: [PATCH] Check All/None button work. --- includes/order_lines.inc | 7 ++++++- item_schedule.php | 1 - order_lines_view.php | 15 ++++++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) 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) { + -- 2.30.2