projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd2983
)
Display stock id in schedule.
author
Maxime Bourget
<bmx007@gmail.com>
Mon, 1 Jul 2013 12:32:27 +0000
(13:32 +0100)
committer
Maxime 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
patch
|
blob
|
history
diff --git
a/item_schedule.php
b/item_schedule.php
index 30e1ac28bcf9eb6e4bb0fdd080c6bb25ad4a2dd6..4449d16ab0974091b800c0527916e6d1fc420efc 100644
(file)
--- 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("<center><h2>$stock_id</h2></center>");
+
start_table(TABLESTYLE);
$th = $scheduler->tableHeader();