X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=1946aca1e339a6728e548e8db38f8e039b5dedf1;hb=6d2dce24184f25478260fcfe240ca7fcc7c61c0c;hp=fe9bd274a7468c8cac970a4ca132817030caea59;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index fe9bd274..1946aca1 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -113,7 +113,7 @@ function can_process() display_error( _("The entered reference is already in use.")); set_focus('ref'); $input_error = 1; - } + } } if (!is_date($_POST['OrderDate'])) { display_error(_("The entered date for the credit note is invalid.")); @@ -246,7 +246,7 @@ if ($customer_error == "") { echo "
"; submit_cells('Update', _("Update")); submit_cells('ProcessCredit', _("Process Credit Note")); -echo "
"; +echo "
"; end_form(); end_page();