Code cleanup.
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index db516ee0c7f5e8e382011be8f1a7b8265f463dc6..aa6dd6cec51f3d440ba69f1475c083dc4408806a 100644 (file)
@@ -146,11 +146,6 @@ function fmt_credit($row)
        return $value>0 ? price_format($value) : '';
 }
 
-function gl_link($row)
-{
-       return get_gl_view_str($row["type"], $row["trans_no"]);
-}
-
 function alloc_link($row)
 {
        if ($row['type'] == 10)