X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Ftransfers.php;h=b4cc678e452c3a31b35f9a8fd9bd007bde1a0a4a;hb=825a4b279d6af05322188299f6a3967d2562f1e9;hp=9e6cbd8534afac56308cb2e4efc164b8dc829ba9;hpb=49d2702ed98abe7a564a4abb4c8c5fa225f362e8;p=fa-stable.git diff --git a/inventory/transfers.php b/inventory/transfers.php index 9e6cbd85..b4cc678e 100644 --- a/inventory/transfers.php +++ b/inventory/transfers.php @@ -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 ""; display_transfer_items(_("Items"), $_SESSION['transfer_items']);