petit fix
This commit is contained in:
parent
7ea4968d08
commit
9f39cdffe4
@ -149,7 +149,7 @@ function generateInvoicesPDFPrivateSales48hBis()
|
||||
');
|
||||
if (!empty($orders2)) {
|
||||
foreach ($orders as $key => $order) {
|
||||
if (in_array($order, $orders)) {
|
||||
if (in_array($order, $orders2)) {
|
||||
unset($orders[$key]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user