Scott C Wilson
Scott C Wilson
No argument. This is a detection that could be added to an audit tool in the future.
Good question - let me double check.
OK in 2.0, the order class does a query on TABLE_ORDERS_STATUS LEFT JOIN TABLE_ORDERS_STATUS_HISTORY to build the list of order statuses, so this entry is not included in the list...
Note to self: MBG 45361 is a test order.
Other issues caused by this: ``` myDEBUG-20240619-134101-027605-warning.log:--> PHP Warning: Undefined array key "languages_code" in /home/client/catalog/includes/functions/functions_email.php on line 614. ```
(This would cause warnings pre-PHP8, but now an undefined constant is a fatal error.)
I can't easily test this right now.