Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / supplier_payment.php
index 938c2a8d506d4b984195e86abf6fa5dcc79074eb..2ceac5f387d05bd036fd817f33dc531e0993d462 100644 (file)
@@ -249,7 +249,7 @@ if (isset($_POST['ProcessSuppPayment']))
 
 start_form();
 
-       start_outer_table("$table_style2 width=60%", 5);
+       start_outer_table(TABLESTYLE2, "width=60%", 5);
 
        table_section(1);
 
@@ -285,7 +285,7 @@ start_form();
        div_end();
        }
 
-       start_table("$table_style width=60%");
+       start_table(TABLESTYLE, "width=60%");
        amount_row(_("Amount of Discount:"), 'discount');
        amount_row(_("Amount of Payment:"), 'amount');
        textarea_row(_("Memo:"), 'memo_', null, 22, 4);