X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_account_reconcile.php;h=a195292b04609261587069c5f0e169cdc7a82c8a;hb=4d4371fb200bb27fd6b680ebd2d1aaa450a0be7e;hp=51603f6998feafe5a35136c6022465cab6dc87ec;hpb=402235dd9bb7b00d0a560e70fd9ea96efdce8575;p=fa-stable.git diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index 51603f69..a195292b 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; @@ -267,6 +267,7 @@ display_heading($act['bank_account_name']." - ".$act['bank_curr_code']); $table->set_sql($sql); $table->set_columns($cols); } + $table->width = "60%"; display_db_pager($table); br(1);