Double semicolon line endings fixed by @apmuthu.
[fa-stable.git] / sales / customer_credit_invoice.php
index af42db4c0378e497a870c5c8fb567cfb38c48e77..e482386b971a7f9f14998fca9fd46cc814b75e6b 100644 (file)
@@ -87,7 +87,7 @@ function can_process()
        global $Refs;
 
        if (!is_date($_POST['CreditDate'])) {
-               display_error(_("The entered date is invalid."));;
+               display_error(_("The entered date is invalid."));
                set_focus('CreditDate');
                return false;
        } elseif (!is_date_in_fiscalyear($_POST['CreditDate'])) {
@@ -98,14 +98,14 @@ function can_process()
 
     if ($_SESSION['Items']->trans_no==0) {
                if (!$Refs->is_valid($_POST['ref'], ST_CUSTCREDIT)) {
-                       display_error(_("You must enter a reference."));;
+                       display_error(_("You must enter a reference."));
                        set_focus('ref');
                        return false;
                }
 
     }
        if (!check_num('ChargeFreightCost', 0)) {
-               display_error(_("The entered shipping cost is invalid or less than zero."));;
+               display_error(_("The entered shipping cost is invalid or less than zero."));
                set_focus('ChargeFreightCost');
                return false;
        }