Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / po_entry_items.php
index 73cad845fc7bc62c4a2ed27a4332159969a4aa4f..3820d7ef5383b6f3adaf2f5706b81e69a891072a 100644 (file)
@@ -478,7 +478,7 @@ echo "<br>";
 
 display_po_items($_SESSION['PO']);
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 textarea_row(_("Memo:"), 'Comments', null, 70, 4);
 
 end_table(1);