Dodanie funkcji do ponownego wysyłania zamówienia do apilo.com oraz czyszczenia pamięci podręcznej w panelu administracyjnym

This commit is contained in:
2024-12-20 21:29:56 +01:00
parent d6270fe621
commit 2880d3e6fc
9 changed files with 160 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class ShopTransport
. 'FROM '
. 'pp_shop_transports AS pst '
. 'WHERE '
. 'status = 1' ) -> fetchAll( \PDO::FETCH_ASSOC );
. 'status = 1 ORDER BY o ASC' ) -> fetchAll( \PDO::FETCH_ASSOC );
if ( is_array( $results ) and !empty( $results ) ) foreach ( $results as $row )
$transports_tmp[] = $row;