Release 2.3.26 (Final)
[fa-stable.git] / sales / allocations / customer_allocation_main.php
index ef40147e2a8490753961653b0d1d4e1ab9e15b3b..5908ee5770354320253b5203a8dd99a5d65d49b2 100644 (file)
@@ -73,7 +73,7 @@ function alloc_link($row)
 {
        return pager_link(_("Allocate"),
                "/sales/allocations/customer_allocate.php?trans_no="
-                       .$row["trans_no"] . "&trans_type=" . $row["type"], ICON_MONEY);
+                       .$row["trans_no"] . "&trans_type=" . $row["type"]. "&debtor_no=" . $row["debtor_no"], ICON_ALLOC);
 }
 
 function amount_left($row)