Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c404f20

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4
  • Vorgänger 8abd9ce3
  • Nachfolger 891f6217

Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt

Unterschiede anzeigen:

bin/mozilla/ap.pl
296 296
    $taxcharts{$item->{id}} = $item;
297 297
  }
298 298

  
299
  $form->{jsscript} = 1;
300

  
301 299
  my $follow_up_vc         =  $form->{vendor};
302 300
  $follow_up_vc            =~ s/--.*?//;
303 301
  my $follow_up_trans_info =  "$form->{invnumber} ($follow_up_vc)";
......
807 805
  $form->all_vc(\%myconfig, "vendor", "AP");
808 806

  
809 807
  $form->{title}    = $locale->text('AP Transactions');
810
  $form->{jsscript} = 1;
811 808

  
812 809
  $form->get_lists("projects"     => { "key" => "ALL_PROJECTS", "all" => 1 },
813 810
                   "departments"  => "ALL_DEPARTMENTS",
814 811
                   "vendors"      => "ALL_VC");
815 812

  
816 813
  # constants and subs for template
817
  $form->{jsscript}  = 1;
818 814
  $form->{vc_keys}   = sub { "$_[0]->{name}--$_[0]->{id}" };
819 815

  
820 816
  $form->header;

Auch abrufbar als: Unified diff