Update list_det.php

This commit is contained in:
Anthony Berton 2023-01-17 17:48:37 +01:00 committed by GitHub
parent 957e8538a4
commit 947365fabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ if (!$sortfield) {
$sortfield = 'pr.ref'; $sortfield = 'pr.ref';
} }
if (!$sortorder) { if (!$sortorder) {
$sortorder = 'ASSC'; $sortorder = 'ASC';
} }
$show_shippable_command = GETPOST('show_shippable_command', 'aZ09'); $show_shippable_command = GETPOST('show_shippable_command', 'aZ09');