[0003304] Purchase Order Entry: fixed support for editable items description.
[fa-stable.git] / gl / inquiry / balance_sheet.php
index 85b22f28723386920ad1f3f4a4a626211e992f4d..e3f8a454fa26804848b008dbbcef4b9c3d46414d 100644 (file)
@@ -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"];