Fix generate pdf error

This commit is contained in:
Serreau Jovann
2026-02-13 19:53:42 +01:00
parent 20d70b4c1b
commit a3fe613964

View File

@@ -137,7 +137,6 @@ export class SearchOptionsDevis extends HTMLButtonElement {
fillOptionLine(option) {
let row = this.parentElement.parentElement.parentElement.parentElement.parentElement
console.log(row);
if (row) {
const nameInput = row.querySelector('input[name*="[product]"]');
const priceInput = row.querySelector('input[name*="[price_ht]"]');