Revision 53db54a8
Von Moritz Bunkus vor fast 5 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
442 | 442 |
my $sortorder = ""; |
443 | 443 |
if ($form->{groupitems}) { |
444 | 444 |
$sortorder = |
445 |
qq|ORDER BY pg.partsgroup, a.id|;
|
|
445 |
qq|ORDER BY pg.partsgroup, a.position|;
|
|
446 | 446 |
} else { |
447 |
$sortorder = qq|ORDER BY a.id|;
|
|
447 |
$sortorder = qq|ORDER BY a.position|;
|
|
448 | 448 |
} |
449 | 449 |
|
450 | 450 |
my $query = |
Auch abrufbar als: Unified diff
Unterstützung für PostgreSQL 12 Teil 3
Sortierung der Erzeugnisse nach der dafür vorgesehenen
Positionsspalte, nicht ID.