Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a578c8b

Von Jan Büren vor mehr als 11 Jahren hinzugefügt

  • ID 9a578c8b55b857e41dffbaf844023efcbdd22ace
  • Vorgänger c85291ee
  • Nachfolger 891f6217

Trac 2300 / 2301 zweiter Versuch
;-)

Unterschiede anzeigen:

bin/mozilla/oe.pl
229 229
  $form->all_vc(\%myconfig, $form->{vc}, ($form->{vc} eq 'customer') ? "AR" : "AP");
230 230

  
231 231
  # retrieve order/quotation
232
  $form->{webdav}   = $::lx_office_conf{features}->{webdav};
232
  $form->{webdav}   = $::instance_conf->get_webdav;
233 233
  $form->{jsscript} = 1;
234 234

  
235 235
  my $editing = $form->{id};
......
528 528

  
529 529
  print $form->parse_html_template("oe/form_footer", {
530 530
     %TMPL_VAR,
531
     webdav          => $::lx_office_conf{features}->{webdav},
531
     webdav          => $::instance_conf->get_webdav,
532 532
     print_options   => print_options(inline => 1),
533 533
     label_edit      => $locale->text("Edit the $form->{type}"),
534 534
     label_workflow  => $locale->text("Workflow $form->{type}"),

Auch abrufbar als: Unified diff