X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fbalance_sheet.php;h=e3f8a454fa26804848b008dbbcef4b9c3d46414d;hb=3974cfebf97c03e07b0beb608ae63b84b1e0f908;hp=85b22f28723386920ad1f3f4a4a626211e992f4d;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/gl/inquiry/balance_sheet.php b/gl/inquiry/balance_sheet.php index 85b22f28..e3f8a454 100644 --- a/gl/inquiry/balance_sheet.php +++ b/gl/inquiry/balance_sheet.php @@ -156,7 +156,7 @@ function display_balance_sheet() div_start('balance_tbl'); - start_table(TABLESTYLE, "width=30%"); + start_table(TABLESTYLE, "width='30%'"); if (!$drilldown) //Root Level { @@ -172,7 +172,7 @@ function display_balance_sheet() while ($class = db_fetch($classresult)) { $classclose = 0.0; - $convert = get_class_type_convert($class["ctype"]); + $convert = get_class_type_convert($class["ctype"]); $ctype = $class["ctype"]; $classname = $class["class_name"];