Add Ajax onclick radio. With big hack
[order_line_extra.git] / refresh_cache.php
1 <?php
2 $path_to_root = "../..";
3 include_once($path_to_root . "/includes/session.inc");
4 include_once('includes/db_order_lines.inc');
5 $page_security = 'SA_ORDERLINEX_REFRESH';
6 add_access_extensions();
7
8 $_SESSION['page_title'] = _($help_context = "Refresh Order Xtra cache");
9 $js="";
10 page($_SESSION['page_title'], false, false, "", $js);
11
12
13 if(update_order_detail_defaults(true) && update_queue_quantities() && update_qoh_for_item())
14         print("Succes");
15 else
16         print( "Failure");
17 end_page();