Customer Allocation Inquiry, Supplier Allocation Inquiry: fixed payment forms initial...
[fa-stable.git] / sales / inquiry / customer_allocation_inquiry.php
index b49bb1231a7ba078ca54b2919610fe5906ff06ee..2d08467fc142b53e58a6dfefb6d8c341b408848c 100644 (file)
@@ -95,7 +95,7 @@ function alloc_link($row)
        $link = 
        pager_link(_("Allocation"),
                "/sales/allocations/customer_allocate.php?trans_no=" . $row["trans_no"] 
-               ."&trans_type=" . $row["type"]."&debtor_no=" . $row["debtor_no"], ICON_MONEY);
+               ."&trans_type=" . $row["type"]."&debtor_no=" . $row["debtor_no"], ICON_ALLOC);
 
        if ($row["type"] == ST_CUSTCREDIT && $row['TotalAmount'] > 0)
        {