X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fincludes%2Fui%2Fgrn_ui.inc;h=cfb2f26c21fa7dc120c76a4eeab39247a0017150;hb=5e5944444f1518e2c622091ceb5e3caefa7fe0d5;hp=986d5a9f3191b1e4fff32b15dc20323083a92533;hpb=84e2f869630484bd9380e5c30647a483bce14d1e;p=fa-stable.git diff --git a/purchasing/includes/ui/grn_ui.inc b/purchasing/includes/ui/grn_ui.inc index 986d5a9f..cfb2f26c 100644 --- a/purchasing/includes/ui/grn_ui.inc +++ b/purchasing/includes/ui/grn_ui.inc @@ -13,8 +13,8 @@ function display_grn_summary(&$po, $editable=false) { - global $table_style2, $Refs; - start_table("$table_style2 width=90%"); + global $Refs; + start_table(TABLESTYLE2, "width=90%"); start_row(); label_cells(_("Supplier"), $po->supplier_name, "class='tableheader2'");