Home
last modified time | relevance | path

Searched refs:show_hidden_status (Results 1 – 1 of 1) sorted by relevance

/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php944 * @param bool $show_hidden_status Display or not hidden order statuses
948 …public static function getCustomerOrders($id_customer, $show_hidden_status = false, Context $conte… argument
966 (!$show_hidden_status ? ' AND os.`hidden` != 1' : '') .