Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ed661987

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID ed66198726d850bf181daf3c496c094abde30180
  • Vorgänger 31b977d6
  • Nachfolger cc3a0a33

IC::all_parts: cv und quotation müssen für externe Prüfung mit nach aussen gebracht werden.

Fix für Bug 1147.

Unterschiede anzeigen:

SL/IC.pm
820 820
     description  => 'p.',
821 821
     qty          => 'ioi.',
822 822
     serialnumber => 'ioi.',
823
     quotation    => 'apoe.',
824
     cv           => 'cv.',
823 825
  );
824 826

  
825 827
  # if the join condition in these blocks are met, the column
......
933 935
  my $bsooqr        = any { $form->{$_} } @oe_flags;
934 936
  my @bsooqr_tokens = ();
935 937

  
936
  push @select_tokens, @qsooqr_flags                                          if $bsooqr;
938
  push @select_tokens, @qsooqr_flags, 'quotation', 'cv'                       if $bsooqr;
937 939
  push @select_tokens, @deliverydate_flags                                    if $bsooqr && $form->{l_deliverydate};
938 940
  push @select_tokens, $q_assembly_lastcost                                   if ($form->{searchitems} eq 'assembly') && $form->{l_lastcost};
939 941
  push @bsooqr_tokens, q|module = 'ir' AND NOT ioi.assemblyitem|              if $form->{bought};

Auch abrufbar als: Unified diff