X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fadjustments.php;h=e1ce702444708fbefd5bdfd110cfc6ca3d62f934;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=a500eebce410064758ec3d4befdf55f73c82494b;hpb=4657251eed9910c5669c859a54051dc54143aa54;p=fa-stable.git diff --git a/inventory/adjustments.php b/inventory/adjustments.php index a500eebc..e1ce7024 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; @@ -217,7 +217,7 @@ if (isset($_GET['NewAdjustment']) || !isset($_SESSION['adj_items'])) } //----------------------------------------------------------------------------------------------- -start_form(false, true); +start_form(); display_order_header($_SESSION['adj_items']); @@ -229,7 +229,7 @@ adjustment_options_controls(); end_outer_table(1, false); submit_center_first('Update', _("Update"), '', null); -submit_center_last('Process', _("Process Adjustment"), '', true); +submit_center_last('Process', _("Process Adjustment"), '', 'default'); end_form(); end_page();