X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fsales_order_entry.php;h=fbcab725c477dae92e2b8444c3ea605e4a8ee116;hb=960bbc5e344bce59854afae242a269dd6b54671b;hp=8c6ab770d6c83b0817aceb78bb860ed72d59dd4a;hpb=7b398ba8033a22ceaf057692ea3b5338c8bd3ea7;p=fa-stable.git diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 8c6ab770..fbcab725 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -494,6 +494,7 @@ function handle_update_item() input_num('qty'), input_num('price'), input_num('Disc') / 100, $_POST['item_description'] ); } + page_modified(); line_start_focus(); } @@ -521,6 +522,7 @@ function handle_new_item() input_num('price'), input_num('Disc') / 100, get_post('stock_id_text')); unset($_POST['_stock_id_edit'], $_POST['stock_id']); + page_modified(); line_start_focus(); }