Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / credit_note_entry.php
index 7723936c82078fa72987bf1557283161aafae3ec..ff5a171e9a7993f958ac06d7aca5ccb50e70a589 100644 (file)
@@ -264,7 +264,7 @@ hidden('cart_id');
 $customer_error = display_credit_header($_SESSION['Items']);
 
 if ($customer_error == "") {
-       start_table("$table_style width=80%", 10);
+       start_table(TABLESTYLE, "width=80%", 10);
        echo "<tr><td>";
        display_credit_items(_("Credit Note Items"), $_SESSION['Items']);
        credit_options_controls($_SESSION['Items']);