Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index da9002f3fb6bb79a728f7bac9866efcad14d2443..73b3c4bb124c1f5b9159729d9149098120f026ab 100644 (file)
@@ -98,7 +98,7 @@ if (get_post('_DeliveryNumber_changed'))
 
 start_form(false, false, $_SERVER['PHP_SELF'] ."?OutstandingOnly=".$_POST['OutstandingOnly']);
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 ref_cells(_("#:"), 'DeliveryNumber', '',null, '', true);
 date_cells(_("from:"), 'DeliveryAfterDate', '', null, -30);