Warensuche: Verkaufte Anzahl kann auch kleiner als 0 sein, für Stornos
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 4 Mar 2010 13:24:38 +0000 (14:24 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 4 Mar 2010 13:24:38 +0000 (14:24 +0100)
SL/IC.pm
doc/changelog

index bce0deb..30aa8cf 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -985,7 +985,7 @@ sub all_parts {
 
   # now the master trick: soldtotal.
   if ($form->{l_soldtotal}) {
-    push @where_tokens, 'ioi.qty >= 0';
+    push @where_tokens, 'NOT ioi.qty = 0';
     push @group_tokens, @select_tokens;
      map { s/.*\sAS\s+//si } @group_tokens;
     push @select_tokens, 'SUM(ioi.qty)';
index d09a3a1..d0ab6ea 100644 (file)
   1044 1046 1051 1055 1057 1058 1072 1073 1077 1079 1081 1082 1095 1098
   1100 1101 1108 1110 1118 1125 1127 1130 1133 1135 1136 1138 1144
   1146 1147 1150 1151 1155 1164 1173 1177 1186 1188 1190 1191 1195
-  1197 1198 1199 1200 1201 1209 1213 1243 1248 1250 1286 1289
+  1197 1198 1199 1200 1201 1209 1213 1243 1248 1250 1262 1286 1289
 
 
 2009-06-02 - Version 2.6.0