X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=order_lines_view.php;h=926a8a9f8859238674bc7372689aa8f3a7d54e2f;hb=cac7335b5528b1eca9cc02ca7bc9760a080b676f;hp=317ca2bee4c9e36800a3b978c671e2cae48f2ad8;hpb=059a0630fbfecf833f78447376da76014c7647ff;p=order_line_extra.git diff --git a/order_lines_view.php b/order_lines_view.php index 317ca2b..926a8a9 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -17,13 +17,16 @@ include_once($path_to_root . "/sales/includes/sales_ui.inc"); include_once($path_to_root . "/reporting/includes/reporting.inc"); include_once("includes/order_lines.inc"); +include_once("includes/splitter.inc"); $page_security = 'SA_ORDERLINEX_EDIT'; add_access_extensions(); $_SESSION['page_title'] = _($help_context = "Edit lines extra parameters"); +// Process POST update_extra_order_details(); +split_order_details(); $js = ""; @@ -109,9 +112,9 @@ display_db_pager($table); function display_split_area() { start_table(TABLESTYLE_NOBORDER); -date_cells('Start', 'name', 'title'); -date_cells('End', 'name', 'title'); -qty_cells('Max', 'huu', 6); +date_cells('Start', 'start_date'); +date_cells('End', 'end_date'); +qty_cells('Max', 'max_quantity', 6); submit_cells('Split', 'Split'); end_table();