Revision 3702484c
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2576 | 2576 |
my ($count) = selectrow_query($self, $dbh, $query); |
2577 | 2577 |
|
2578 | 2578 |
# build selection list |
2579 |
if ($count < $myconfig->{vclimit}) { |
|
2579 |
if ($count <= $myconfig->{vclimit}) {
|
|
2580 | 2580 |
$query = qq|SELECT id, name, salesman_id |
2581 | 2581 |
FROM $table WHERE NOT obsolete |
2582 | 2582 |
ORDER BY name|; |
doc/changelog | ||
---|---|---|
186 | 186 |
1110 1118 1125 1127 1130 1133 1135 1136 1138 1144 1146 1147 1150 1151 1155 |
187 | 187 |
1164 1170 1173 1177 1186 1188 1190 1191 1195 1197 1198 1199 1200 1201 1209 |
188 | 188 |
1213 1243 1248 1250 1262 1286 1287 1289 1290 1291 1294 1299 1331 1334 1336 |
189 |
1339 1340 1341 1342 1343 1350 1399 |
|
189 |
1339 1340 1341 1342 1343 1350 1352 1399
|
|
190 | 190 |
|
191 | 191 |
|
192 | 192 |
2009-06-02 - Version 2.6.0 |
Auch abrufbar als: Unified diff
updatefehler in all_vc wenn vclimit == anzahl der einträge war.