| ID | Producto | Precio Unit. | Cantidad | Descuento (%) | Subtotal | ID Pedido |
|---|---|---|---|---|---|---|
| = $vd['id_producto'] ?? '' ?> | = htmlspecialchars($vd['marca'] . ' ' . $vd['modelo']) ?? '' ?> | $ = number_format($vd['precio_unitario'], 2, '.', ',') ?> | = htmlspecialchars($vd['cantidad'] ?? '') ?> | = number_format($vd['descuento_pct'], 2, '.', ',') ?> % | $ = number_format($vd['subtotal'], 2, '.', ',') ?> | = htmlspecialchars($vd['id_pedido'] ?? '') ?> |