| ';
+ if ($line->fk_product) $order_receipt_printer1 .= $line->product_label;
+ else $order_receipt_printer1 .= $line->description;
+ $order_receipt_printer1 .= ' | '.$line->qty;
if (!empty($line->array_options['options_order_notes'])) $order_receipt_printer1 .= " (".$line->array_options['options_order_notes'].")";
$order_receipt_printer1 .= ' |
';
}
@@ -1372,4 +1379,4 @@ if ($action == "search")
';
}
-print '';
+print '';
\ No newline at end of file