Added trans_editor_link helper.
[fa-stable.git] / purchasing / inquiry / supplier_inquiry.php
index d89d5d3590a8b8c10a9d063d286f0f8d00ce25a9..4abd00007b17a4b22ca9fe50ef11a671ff392d85 100644 (file)
@@ -163,7 +163,7 @@ function check_overdue($row)
 
 function edit_link($row)
 {
-       return edit_trans_link($row['type'], $row['trans_no']);
+       return trans_editor_link($row['type'], $row['trans_no']);
 }
 //------------------------------------------------------------------------------------------------