Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f8637504

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID f8637504fd57c7a19a7645f599def45a5c747fcc
  • Vorgänger 0bbc7ffd
  • Nachfolger f48af817

Wiederkehrende Rechnung: Option für halbjährliche Fakturierung

Unterschiede anzeigen:

bin/mozilla/oe.pl
1936 1936
               };
1937 1937
  }
1938 1938

  
1939
  $config->{periodicity} = 'm' if none { $_ eq $config->{periodicity} } qw(m q y);
1939
  $config->{periodicity} = 'm' if none { $_ eq $config->{periodicity} } qw(m q b y);
1940 1940

  
1941 1941
  $::form->get_lists(printers => "ALL_PRINTERS",
1942 1942
                     charts   => { key       => 'ALL_CHARTS',
......
1962 1962

  
1963 1963
  my $config = { active                  => $::form->{active}     ? 1 : 0,
1964 1964
                 terminated              => $::form->{terminated} ? 1 : 0,
1965
                 periodicity             => (any { $_ eq $::form->{periodicity} } qw(m q y)) ? $::form->{periodicity} : 'm',
1965
                 periodicity             => (any { $_ eq $::form->{periodicity} } qw(m q b y)) ? $::form->{periodicity} : 'm',
1966 1966
                 start_date_as_date      => $::form->{start_date_as_date},
1967 1967
                 end_date_as_date        => $::form->{end_date_as_date},
1968 1968
                 print                   => $::form->{print} ? 1 : 0,

Auch abrufbar als: Unified diff