X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_inquiry.php;h=160cb2509ba1937a094b0b5e75c68fe44351eb26;hb=dca46563d3e8b7546e7095b7d96b40d9838c4c75;hp=997e858b228f0bd336f3ca52f54fadd73a3ff48b;hpb=4d4371fb200bb27fd6b680ebd2d1aaa450a0be7e;p=fa-stable.git diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 997e858b..160cb250 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -184,7 +184,7 @@ function edit_link($row) $str = "/sales/customer_delivery.php?ModifyDelivery=".$row['trans_no']; break; } - if ($str != "") + if ($str != "" && !is_closed_trans($row['type'], $row["trans_no"])) return pager_link(_('Edit'), $str, ICON_EDIT); return ''; }