From: Maxime Bourget Date: Mon, 1 Jul 2013 12:32:27 +0000 (+0100) Subject: Display stock id in schedule. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=18b4e9476ab5a8c802b89175e9312aacf7efdaed;p=order_line_extra.git 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. --- 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();