From 18b4e9476ab5a8c802b89175e9312aacf7efdaed Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Mon, 1 Jul 2013 13:32:27 +0100 Subject: [PATCH] Display stock id in schedule. This is to show the user that the displayed page corresponds effectively to the selected item and there is no Ajax/refresh problem. --- item_schedule.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/item_schedule.php b/item_schedule.php index 30e1ac2..4449d16 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -87,6 +87,8 @@ else { $scheduler = new ItemScheduler($stock_id, OrderXtraConfig::$default_location, $params); $scheduler->action(); +print("

$stock_id

"); + start_table(TABLESTYLE); $th = $scheduler->tableHeader(); -- 2.30.2