Changed hardcoded trans days in inquiries (30) to be a user preference.
[fa-stable.git] / inventory / transfers.php
index 9e6cbd8534afac56308cb2e4efc164b8dc829ba9..b4cc678e452c3a31b35f9a8fd9bd007bde1a0a4a 100644 (file)
@@ -108,7 +108,7 @@ if (isset($_POST['Process']))
        } 
        elseif (!is_date_in_fiscalyear($_POST['AdjDate'])) 
        {
-               display_error(_("The entered date is not in fiscal year."));
+               display_error(_("The entered date is out of fiscal year or is closed for further data entry."));
                set_focus('AdjDate');
                $input_error = 1;
        } 
@@ -224,7 +224,7 @@ start_form();
 
 display_order_header($_SESSION['transfer_items']);
 
-start_table("$table_style width=70%", 10);
+start_table(TABLESTYLE, "width=70%", 10);
 start_row();
 echo "<td>";
 display_transfer_items(_("Items"), $_SESSION['transfer_items']);