From 0b4590c5729abbac4eba524579955c37c71131b5 Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Fri, 10 Mar 2017 15:12:48 +0000 Subject: [PATCH] MARX#39774 factuurregelomschrijving langer svn path=/Website/trunk/; revision=33114 --- APPL/FIN/fin.inc | 2 +- APPL/FIN/fin_edit_factuur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/APPL/FIN/fin.inc b/APPL/FIN/fin.inc index 147dc96fd1..98d0cf5d48 100644 --- a/APPL/FIN/fin.inc +++ b/APPL/FIN/fin.inc @@ -1336,7 +1336,7 @@ fin = { func_enabled_factuur: // Wat mag ik zoal op deze specifieke factuur? // Create description field html.push("" - + "" + + "" + ""); // Create reference field diff --git a/APPL/FIN/fin_edit_factuur.js b/APPL/FIN/fin_edit_factuur.js index afc6c68218..2cf58488a3 100644 --- a/APPL/FIN/fin_edit_factuur.js +++ b/APPL/FIN/fin_edit_factuur.js @@ -580,7 +580,7 @@ function AddItem(nofocus) // als je hieronder iets aanpast controleer dan ook fi // Create description field cell = tr.insertCell(-1); cell.innerHTML = ""; + + " id='descript" + rowIndex + "' name='descript" + rowIndex + "' maxlength='250' value='" + descr + "'>"; // Create reference field cell = tr.insertCell(-1);