Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6a8531b6

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 6a8531b6d5fc6ec84d346bf644eaf579ebe70c49
  • Vorgänger f11dcc70
  • Nachfolger d2a44a9a

Warensuche: Verkaufte Anzahl kann auch kleiner als 0 sein, für Stornos

Unterschiede anzeigen:

SL/IC.pm
985 985

  
986 986
  # now the master trick: soldtotal.
987 987
  if ($form->{l_soldtotal}) {
988
    push @where_tokens, 'ioi.qty >= 0';
988
    push @where_tokens, 'NOT ioi.qty = 0';
989 989
    push @group_tokens, @select_tokens;
990 990
     map { s/.*\sAS\s+//si } @group_tokens;
991 991
    push @select_tokens, 'SUM(ioi.qty)';

Auch abrufbar als: Unified diff