Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0dd879bc

Von Moritz Bunkus vor fast 16 Jahren hinzugefügt

  • ID 0dd879bc05be0e63a11dac93ec8134e7ac034c41
  • Vorgänger 44da8173
  • Nachfolger 54598fde

Zugangskontrolle mithilfe des Eintrags "acs" in der Benutzerkonfiguration wird nicht mehr benutzt.

Unterschiede anzeigen:

bin/mozilla/is.pl
69 69

  
70 70
  $form{jsscript} = "date";
71 71

  
72
  if ($myconfig{acs} =~ "AR--Add Sales Invoice" || $myconfig{acs} =~ "AR--AR")
73
  {
74
    $form->error("Access Denied");
75
  }
76 72
  &invoice_links;
77 73
  &prepare_invoice;
78 74
  &display_form;
......
89 85
  $form->{javascript} = qq|<script type="text/javascript" src="js/show_history.js"></script>|;
90 86
  #/show hhistory button
91 87

  
92
  if ($myconfig{acs} =~ "AR--Add Sales Invoice" || $myconfig{acs} =~ "AR--AR")
93
  {
94
    $form->error("Access Denied");
95
  }
96 88
  $edit = 1;
97 89
  if ($form->{print_and_post}) {
98 90
    $form->{action}   = "print";

Auch abrufbar als: Unified diff