Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

bin/mozilla/oe.pl
506 506
                        $form->{"delivered"} ? "checked" : "",  $locale->text('Delivery Order(s) for full qty created') if $form->{"type"} =~ /_order$/;
507 507
  push @tmp, sprintf qq|<input name="closed" id="closed" type="checkbox" class="checkbox" value="1" %s><label for="closed">%s</label>|,
508 508
                        $form->{"closed"}    ? "checked" : "",  $locale->text('Closed')    if $form->{id};
509
  $TMPL_VAR->{openclosed} = sprintf qq|<tr><td colspan=%d align=center>%s</td></tr>\n|, 2 * scalar @tmp, join "\n", @tmp if @tmp;
509
  $TMPL_VAR->{openclosed} = sprintf qq|<tr><th colspan=%d><div class="list">%s</div></th></tr>\n|, 2 * scalar @tmp, join "\n", @tmp if @tmp;
510 510

  
511 511
  my $vc = $form->{vc} eq "customer" ? "customers" : "vendors";
512 512

  
......
1187 1187
  };
1188 1188
  push @options, $locale->text('Open')                                                                    if $form->{open};
1189 1189
  push @options, $locale->text('Closed')                                                                  if $form->{closed};
1190
  push @options, $locale->text('Delivery Order created')                                                               if $form->{delivered};
1190
  push @options, $locale->text('Delivery Order created')                                                  if $form->{delivered};
1191 1191
  push @options, $locale->text('Not delivered')                                                           if $form->{notdelivered};
1192 1192
  push @options, $locale->text('Periodic invoices active')                                                if $form->{periodic_invoices_active};
1193 1193
  push @options, $locale->text('Reqdate not set or before current month')                                 if $form->{reqdate_unset_or_old};

Auch abrufbar als: Unified diff