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:
a7388a4
)
Add Ajax : change stock_id update page.
author
Maxime Bourget
<bmx007@gmail.com>
Fri, 31 May 2013 20:50:33 +0000
(21:50 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Fri, 31 May 2013 20:50:33 +0000
(21:50 +0100)
item_schedule.php
patch
|
blob
|
history
diff --git
a/item_schedule.php
b/item_schedule.php
index 6fa44effc4af8a41d21b3a1021b9c2892e09dede..45bbfd60a07a96e183c5c18dcb2774efaf17b9b5 100644
(file)
--- a/
item_schedule.php
+++ b/
item_schedule.php
@@
-50,6
+50,8
@@
else {
$_POST['stock_id'] = get_global_stock_item();
}
}
+if (list_updated('stock_id'))
+ $Ajax->activate('item_schedule');
//if (!@$_GET['popup'])
start_form();