From: Maxime Bourget Date: Fri, 31 May 2013 20:50:33 +0000 (+0100) Subject: Add Ajax : change stock_id update page. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=440719a689130f74fea0be18f95756a404ca351c;hp=a7388a41b3f670e929e9150ca47cb70aea0927f3;p=order_line_extra.git Add Ajax : change stock_id update page. --- diff --git a/item_schedule.php b/item_schedule.php index 6fa44ef..45bbfd6 100644 --- 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();