Save/retrieve last document date.
[fa-stable.git] / gl / gl_bank.php
index fa78eeb26db77bdec79af878302dda8b94536a63..fc6c50e67f0129a5b3a6bbd3525b095b1665e087 100644 (file)
@@ -121,7 +121,7 @@ function handle_new_order($type)
 
        $_SESSION['pay_items'] = new items_cart($type);
 
-       $_POST['date_'] = Today();
+       $_POST['date_'] = new_doc_date();
        if (!is_date_in_fiscalyear($_POST['date_']))
                $_POST['date_'] = end_fiscalyear();
        $_SESSION['pay_items']->tran_date = $_POST['date_'];
@@ -180,6 +180,7 @@ if (isset($_POST['Process']))
 
        $trans_type = $trans[0];
        $trans_no = $trans[1];
+       new_doc_date($_POST['date_']);
 
        $_SESSION['pay_items']->clear_items();
        unset($_SESSION['pay_items']);
@@ -276,7 +277,7 @@ if (isset($_POST['go']))
 }
 //-----------------------------------------------------------------------------------------------
 
-start_form(false, true);
+start_form();
 
 display_bank_header($_SESSION['pay_items']);
 
@@ -292,7 +293,7 @@ end_table(1);
 
 submit_center_first('Update', _("Update"), '', null);
 submit_center_last('Process', $_SESSION['pay_items']->trans_type==systypes::bank_payment() ?
-       _("Process Payment"):_("Process Deposit"), '', true);
+       _("Process Payment"):_("Process Deposit"), '', 'default');
 
 end_form();