Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / purchasing / inquiry / po_search.php
index 5638582be597b1ad1c1948e4696e6e8f8ddf83c2..e8f9f0c6318abb12c5529181cd6eb9c5e5a67b9c 100644 (file)
@@ -75,7 +75,7 @@ end_form();
 //---------------------------------------------------------------------------------------------
 function trans_view($trans)
 {
-       return get_trans_view_str(systypes::po(), $trans["order_no"]);
+       return get_trans_view_str(ST_PURCHORDER, $trans["order_no"]);
 }
 
 function edit_link($row)