Display stock id in schedule.
authorMaxime Bourget <bmx007@gmail.com>
Mon, 1 Jul 2013 12:32:27 +0000 (13:32 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Mon, 1 Jul 2013 12:32:27 +0000 (13:32 +0100)
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

index 30e1ac28bcf9eb6e4bb0fdd080c6bb25ad4a2dd6..4449d16ab0974091b800c0527916e6d1fc420efc 100644 (file)
@@ -87,6 +87,8 @@ else {
 $scheduler = new ItemScheduler($stock_id, OrderXtraConfig::$default_location, $params);
 $scheduler->action();
 
+print("<center><h2>$stock_id</h2></center>");
+
 start_table(TABLESTYLE);
 $th = $scheduler->tableHeader();