X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_account_reconcile.php;h=f4cfeceb702d257c4d30e6b3f40fceda43f8ffba;hb=47cdc160884d49ca90e9470a609cd42eac0a709e;hp=2920af3a2c2d845d961cc3f9b19000387ad4a5e0;hpb=795cb201893b54ea61d93b74b20fa09df515c310;p=fa-stable.git diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index 2920af3a..f4cfeceb 100644 --- a/gl/bank_account_reconcile.php +++ b/gl/bank_account_reconcile.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Author Rob Mallon */ $page_security = 8; @@ -131,7 +131,7 @@ function change_tpl_flag($reconcile_id) } if (!isset($_POST['reconcile_date'])) { // init page - $_POST['reconcile_date'] = Today(); + $_POST['reconcile_date'] = new_doc_date(); // $_POST['bank_date'] = date2sql(Today()); } @@ -217,7 +217,7 @@ table_header($th); start_row(); date_cells("", "reconcile_date", _('Date of bank statement to reconcile'), - null, 0, 0, 0, null, true); + get_post('bank_date')=='', 0, 0, 0, null, true); amount_cells_ex("", "beg_balance", 15);