X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprint_profiles.php;h=fb959dfb61667893fc12ffaae9666d0915dd4b36;hb=181cd75a7b027c398cc382974bc9f97cba8c48b3;hp=f9972980fc7b0800650181c84b4ddf06f6950e01;hpb=d23b97ed26bc0608c9ba1037b66058c709e83765;p=fa-stable.git diff --git a/admin/print_profiles.php b/admin/print_profiles.php index f9972980..fb959dfb 100644 --- a/admin/print_profiles.php +++ b/admin/print_profiles.php @@ -144,7 +144,7 @@ while ($myrow = db_fetch($result)) { $prints[$myrow['report']] = $myrow['printer']; } -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Report Id"), _("Description"), _("Printer")); table_header($th);