Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / inventory / cost_update.php
index ba8a39c79ac937cb05cc0786b75305b75f43058e..bfaf0f33b986a957604e2ea714f35fa5a20f430c 100644 (file)
@@ -68,7 +68,7 @@ if (isset($_POST['UpdateData']))
 
         if ($update_no > 0)
         {
-               display_note(get_gl_view_str(systypes::cost_update(), $update_no, _("View the GL Journal Entries for this Cost Update")), 0, 1);
+               display_note(get_gl_view_str(ST_COSTUPDATE, $update_no, _("View the GL Journal Entries for this Cost Update")), 0, 1);
         }
        }
 }