Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / sales / customer_payments.php
index f5d1f011a5e9a1ec4347023e295c3c45bf721738..e268dd22d73f75d0160416ab27bbb6b05e958ee6 100644 (file)
@@ -142,7 +142,7 @@ function can_process()
                set_focus('DateBanked');
                return false;
        } elseif (!is_date_in_fiscalyear($_POST['DateBanked'])) {
-               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('DateBanked');
                return false;
        }
@@ -246,7 +246,7 @@ if (isset($_POST['ref']) && $_SESSION['alloc']->trans_no == 0) // added by Joe t
                display_error( _("The entered reference is already in use."));
                display_footer_exit();
        }
-}              
+}
 $new = $_SESSION['alloc']->trans_no == 0;
 
 if (list_updated('customer_id') || ($new && list_updated('bank_account'))) {
@@ -376,7 +376,6 @@ start_form();
        //Chaitanya : 13-OCT-2011 - Is AJAX call really needed ???
        //bank_accounts_list_row(_("Into Bank Account:"), 'bank_account', null, true);
        bank_accounts_list_row(_("Into Bank Account:"), 'bank_account', null, false);
-
        text_row(_("Reference:"), 'ref', null, 20, 40);
 
        table_section(3);