Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / sales_order_entry.php
index 9e5a04adadd6e100a5f5084fb9a6ffc2fc3008ec..5f6da084bc25864f55c9c75bd71f95cf9fb70530 100644 (file)
@@ -653,7 +653,7 @@ $customer_error = display_order_header($_SESSION['Items'],
        ($_SESSION['Items']->any_already_delivered() == 0), $idate);
 
 if ($customer_error == "") {
-       start_table("$table_style width=80%", 10);
+       start_table(TABLESTYLE, "width=80%", 10);
        echo "<tr><td>";
        display_order_summary($orderitems, $_SESSION['Items'], true);
        echo "</td></tr>";