Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / sales / view / view_dispatch.php
index 9e499eda7474c13d6d7f61ec76974ec81be12226..db73299b3f9a53f500aa0b8d8bcb22b3c2cb6a58 100644 (file)
@@ -85,7 +85,7 @@ start_row();
 label_cells(_("Reference"), $myrow["reference"], "class='tableheader2'");
 label_cells(_("Currency"), $sales_order["curr_code"], "class='tableheader2'");
 label_cells(_("Our Order No"),
-       get_customer_trans_view_str(systypes::sales_order(),$sales_order["order_no"]), "class='tableheader2'");
+       get_customer_trans_view_str(ST_SALESORDER,$sales_order["order_no"]), "class='tableheader2'");
 end_row();
 start_row();
 label_cells(_("Customer Order Ref."), $sales_order["customer_ref"], "class='tableheader2'");