Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / view / view_supp_payment.php
index 4c6c45ad009d3e328a491034d3fec5cadab974b8..f37d0a776aed1ec699040dd5b95d5475ef804716 100644 (file)
@@ -47,7 +47,7 @@ echo "<center>";
 display_heading(_("Payment to Supplier") . " #$trans_no");
 
 echo "<br>";
-start_table("$table_style2 width=80%");
+start_table(TABLESTYLE2, "width=80%");
 
 start_row();
 label_cells(_("To Supplier"), $receipt['supplier_name'], "class='tableheader2'");