Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / purchasing / inquiry / supplier_inquiry.php
index b0f045258363032ebc79ec5bff79b0357d8ece4c..c3f54557c665373effdf0278b8e7372f70aa5db6 100644 (file)
@@ -69,7 +69,7 @@ function display_supplier_summary($supplier_record)
        $pastdue2 = _('Over') . " " . $past2 . " " . _('Days');
        
 
-    start_table(TABLESTYLE, "width=80%");
+    start_table(TABLESTYLE, "width='80%'");
     $th = array(_("Currency"), _("Terms"), _("Current"), $nowdue,
        $pastdue1, $pastdue2, _("Total Balance"));