X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=dimensions%2Fview%2Fview_dimension.php;h=bc0cdf5cf2a3361f3b0b9cdc7078cb78a807391e;hb=80dd97a37f674cc3691fa04af4c29607067566b2;hp=9dfc01e867e184be993ad44104da45cc7185689f;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/dimensions/view/view_dimension.php b/dimensions/view/view_dimension.php index 9dfc01e8..bc0cdf5c 100644 --- a/dimensions/view/view_dimension.php +++ b/dimensions/view/view_dimension.php @@ -38,7 +38,7 @@ if (isset($_POST['Show'])) } -display_heading(systypes::name(systypes::dimension()) . " # " . $id); +display_heading($systypes_array[ST_DIMENSION] . " # " . $id); br(1); $myrow = get_dimension($id); @@ -63,7 +63,7 @@ label_cell(sql2date($myrow["date_"])); label_cell(sql2date($myrow["due_date"])); end_row(); -comments_display_row(systypes::dimension(), $id); +comments_display_row(ST_DIMENSION, $id); end_table();