More fixes to changed access system, activated js confirm dialogs.
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index 997e858b228f0bd336f3ca52f54fadd73a3ff48b..aba3613593850c49b649cd2bedaf33d94c68b9b3 100644 (file)
@@ -9,8 +9,8 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-$page_security = 1;
-$path_to_root="../..";
+$page_security = 'SA_SALESTRANSVIEW';
+$path_to_root = "../..";
 include($path_to_root . "/includes/db_pager.inc");
 include_once($path_to_root . "/includes/session.inc");
 
@@ -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 '';      
 }