X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_transfer.php;h=36e28a6a899b4d3ac7f137f7048d96cec394b492;hb=499e0e615d1a845c6c519754b3a213fdda0513ba;hp=87e82c71daed0f1e7f6686fabe59091db54794e8;hpb=45e45a854c40a7a2f9cc8f11e07a259c6923babd;p=fa-stable.git diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index 87e82c71..36e28a6a 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $path_to_root=".."; $page_security = 5; @@ -47,7 +56,7 @@ function gl_payment_controls() global $table_style2; $home_currency = get_company_currency(); - start_form(false, true); + start_form(); start_table($table_style2, 5, 7); echo ""; // outer table @@ -142,8 +151,6 @@ function check_valid_entries() function handle_add_deposit() { - global $path_to_root; - $trans_no = add_bank_transfer($_POST['FromBankAccount'], $_POST['ToBankAccount'], $_POST['DatePaid'], input_num('amount'), $_POST['ref'], $_POST['memo_']); @@ -154,7 +161,6 @@ function handle_add_deposit() function safeExit() { - global $path_to_root; echo "

"; end_page(); exit;